...
|
...
|
@@ -155,7 +155,7 @@ class StoreInform extends Backend |
|
|
"remark" => ['点击领取红包','#FF0000'],
|
|
|
);
|
|
|
$url1 = config('option.vue_url') . '/shopdetails?id='.$store->id;
|
|
|
foreach ($user_id_arr as $user_id) {
|
|
|
foreach (array_unique($user_id_arr) as $user_id) {
|
|
|
$openid1 = Db::name('third')->where('user_id',$user_id)->value('openid');
|
|
|
$this->wxsendmessage($openid1,$send_data1,config('option.template')['store_inform'],$url1);
|
|
|
}
|
...
|
...
|
|