作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

个人中心接口设计

... ... @@ -61,7 +61,7 @@ class PayController extends HomeBaseController
* @throws \EasyWeChat\Core\Exceptions\FaultException
*/
public function notify(){
cache('nnn',111);
cache('aaa',222);
$app = new Application($this->options);
$response = $app->payment->handleNotify(function($notify, $successful){
cache('notify',$notify);
... ...