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

测试

... ... @@ -100,6 +100,7 @@ class Notify extends Api
//处理订单
$this->handleSecretOrder($out_trade_no,$payamount,$paytype);
} catch (Exception $e) {
\think\Log::write($e->getMessage());
}
echo $pay->success();
}
... ...