修改测试退款路由

This commit is contained in:
2023-04-13 11:19:16 +08:00
parent a88325e324
commit a5fb1d46e7
3 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ class Auth
"/callback/im" => "post", // im回调
"/callback/platform/logistics" => "post", // 处方平台物流回调
"/callback/logistics" => "post", // 快递100订阅回调
"/test" => "get", // 测试
"/test/test_13" => "get", // 测试
];
}