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

合并分支 'heshupeng' 到 'master'

模板消息待审核通知指定管理员



查看合并请求 !317
... ... @@ -536,7 +536,7 @@ class House extends Api
"remark" => '请尽快处理!',
);
$url = 'http://community.t.brotop.cn/admininfo.php';
(new \app\index\controller\Ajax)->wxsendmessage('otlkQ0rFJjTlUKEhqULSsGI0CZZA',$send_data,config('option.template')['examine'],$url);
(new \app\index\controller\Ajax)->wxsendmessage('otlkQ0l4L3wsmz8dhDIbHJQVJnI8',$send_data,config('option.template')['examine'],$url);
$this->success('成功');
}
}else{
... ...
... ... @@ -768,7 +768,7 @@ class Store extends Api
"remark" => '请尽快处理!',
);
$url = 'http://community.t.brotop.cn/admininfo.php';
(new \app\index\controller\Ajax)->wxsendmessage('otlkQ0rFJjTlUKEhqULSsGI0CZZA',$send_data,config('option.template')['examine'],$url);
(new \app\index\controller\Ajax)->wxsendmessage('otlkQ0l4L3wsmz8dhDIbHJQVJnI8',$send_data,config('option.template')['examine'],$url);
if(!$result || !$res_user || !$res_log) {
Db::rollback();
} else {
... ...
... ... @@ -133,7 +133,7 @@ class Ajax extends Frontend
"remark" => '请尽快处理!',
);
$url = 'http://community.t.brotop.cn/admininfo.php';
$this->wxsendmessage('otlkQ0rFJjTlUKEhqULSsGI0CZZA',$send_data,config('option.template')['examine'],$url);
$this->wxsendmessage('otlkQ0l4L3wsmz8dhDIbHJQVJnI8',$send_data,config('option.template')['examine'],$url);
Db::commit();
} else {
// 用户支付失败
... ...