新增快递100测试

This commit is contained in:
2023-04-13 11:14:46 +08:00
parent 45fc94bcee
commit a88325e324
6 changed files with 51 additions and 24 deletions
+1
View File
@@ -29,6 +29,7 @@ class Auth
"/callback/wxpay/product/refund" => "post", // 微信药品退款回调
"/callback/im" => "post", // im回调
"/callback/platform/logistics" => "post", // 处方平台物流回调
"/callback/logistics" => "post", // 快递100订阅回调
"/test" => "get", // 测试
];
}