...
|
...
|
@@ -88,8 +88,7 @@ class Wxpay extends Api |
|
|
$type = $this->request->param('type');
|
|
|
$pay = Service::checkNotify($type);
|
|
|
if (!$pay) {
|
|
|
echo '签名错误';
|
|
|
return;
|
|
|
$this->error('签名错误');
|
|
|
}
|
|
|
//你可以在这里你的业务处理逻辑,比如处理你的订单状态、给会员加余额等等功能
|
|
|
$porderModel = new Porder();
|
...
|
...
|
|