微信模版消息
This commit is contained in:
@@ -36,10 +36,15 @@ class ShopInfo
|
||||
|
||||
public static function javaGetUserList($k_user_params, $page, $size)
|
||||
{
|
||||
$get_list_url = config('cons.push_user_list_url');
|
||||
if($k_user_params['type'] == 'sms') {
|
||||
$get_list_url = config('cons.push_user_list_url');
|
||||
}elseif ($k_user_params['type'] == 'ac') {
|
||||
$get_list_url = config('cons.push_user_ac_list_url');
|
||||
}
|
||||
$get_list_params = [
|
||||
'page' => $page,
|
||||
'size' => $size,
|
||||
'type' => $k_user_params['type'],
|
||||
'eventId' => $k_user_params['event_id'],
|
||||
'shopId' => $k_user_params['shop_id'],
|
||||
'sexMan' => $k_user_params['sex_man']==1?$k_user_params['sex_man']:'',
|
||||
|
||||
Reference in New Issue
Block a user