去除基廷成员验证

This commit is contained in:
2023-03-20 19:45:33 +08:00
parent 426e95a0fa
commit cf12f1f0ab
7 changed files with 229 additions and 57 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class Auth
"/callback/wxpay/product/success" => "post", // 微信药品支付回调
"/callback/wxpay/product/refund" => "post", // 微信药品退款回调
"/callback/im" => "post", // im回调
"/testpay" => "get", // 测试
"/test" => "get", // 测试
];
}