|
@@ -37,6 +37,7 @@ class StaffsController
|
|
}
|
|
}
|
|
|
|
|
|
$result = '';
|
|
$result = '';
|
|
|
|
+ v('to_send_datas:'.json_encode($to_send_datas));
|
|
foreach($to_send_datas as $send_type=>$to_send_data){
|
|
foreach($to_send_datas as $send_type=>$to_send_data){
|
|
if($send_type == 'image'){
|
|
if($send_type == 'image'){
|
|
$this->send_wechat_content_image($openid, $to_send_data);
|
|
$this->send_wechat_content_image($openid, $to_send_data);
|