|
@@ -284,6 +284,12 @@ S;
|
|
|
$app->customer_service->message($msg1)->to($officialOpenId)->send();
|
|
|
return;
|
|
|
}
|
|
|
+ //判断是否是提现
|
|
|
+ if($message["Content"]=="提现"){
|
|
|
+ $wenti = new Text("点击公众号菜单=>个人中心=>我的=>钱包==>提现");
|
|
|
+ $app->customer_service->message($wenti)->to($officialOpenId)->send();
|
|
|
+ return;
|
|
|
+ }
|
|
|
$wenti = new Text("稍等");
|
|
|
$app->customer_service->message($wenti)->to($officialOpenId)->send();
|
|
|
|