微信模版消息

This commit is contained in:
2025-10-20 15:52:32 +08:00
parent 9958530d54
commit 013a4ce5b6
5 changed files with 145 additions and 6 deletions

View File

@@ -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']:'',