作者 何书鹏
1 个管道 的构建 通过 耗费 1 秒

合并分支 'heshupeng' 到 'master'

商品留言



查看合并请求 !403
@@ -470,13 +470,14 @@ class Goods extends Api @@ -470,13 +470,14 @@ class Goods extends Api
470 // 发送模板消息 470 // 发送模板消息
471 $send_data = array( 471 $send_data = array(
472 "first" => '您好,您有一个未处理的客服留言!', 472 "first" => '您好,您有一个未处理的客服留言!',
473 - "keyword1" => $param['content'],  
474 - "keyword2" => $param['mobile'],  
475 - "keyword3" => date('Y年m月d日 H:i',time()), 473 + "keyword1" => '客服留言',
  474 + "keyword2" => $param['content'],
  475 + "keyword3" => $this->auth->nickname,
  476 + "keyword4" => $param['mobile'],
476 "remark" => ['请尽快处理!','#FF0000'], 477 "remark" => ['请尽快处理!','#FF0000'],
477 ); 478 );
478 $url = $this->request->root(true).'/admininfo.php/index/login'; 479 $url = $this->request->root(true).'/admininfo.php/index/login';
479 - (new \app\index\controller\Ajax)->wxsendmessage(config('option.examine_openid'),$send_data,config('option.template')['examine'],$url); 480 + (new \app\index\controller\Ajax)->wxsendmessage(config('option.examine_openid'),$send_data,config('option.template')['service_msg'],$url);
480 Db::commit(); 481 Db::commit();
481 } catch (PDOException $e) { 482 } catch (PDOException $e) {
482 Db::rollback(); 483 Db::rollback();
@@ -19,6 +19,7 @@ return [ @@ -19,6 +19,7 @@ return [
19 // 'feedback' => ' tTdwXY1ZtF2IMUXPf4_5XyeZLFO90Ojseg_9LoE8sr8', // 意见反馈通知 19 // 'feedback' => ' tTdwXY1ZtF2IMUXPf4_5XyeZLFO90Ojseg_9LoE8sr8', // 意见反馈通知
20 'store_pass' => 'wKN6cG79pO92wrLifc_dMgmP_UIrsGeG-bDdWE8bYjo', // 商家审核结果通知 20 'store_pass' => 'wKN6cG79pO92wrLifc_dMgmP_UIrsGeG-bDdWE8bYjo', // 商家审核结果通知
21 'pay_success' => 'wKN6cG79pO92wrLifc_dMgmP_UIrsGeG-bDdWE8bYjo', // 支付成功通知 21 'pay_success' => 'wKN6cG79pO92wrLifc_dMgmP_UIrsGeG-bDdWE8bYjo', // 支付成功通知
  22 + 'service_msg' => 'NVQBqcRiZDjd3v-WoTVqAdoWVMXAWuvflKOQWQEHDKg', // 给客服留言
22 ], 23 ],
23 'examine_openid' => 'otlkQ0l4L3wsmz8dhDIbHJQVJnI8', //审核管理员 24 'examine_openid' => 'otlkQ0l4L3wsmz8dhDIbHJQVJnI8', //审核管理员
24 'sms' => [ 25 'sms' => [