This commit is contained in:
2023-03-07 10:57:39 +08:00
parent 13cf4e9085
commit f6da754cc2
3 changed files with 11 additions and 4 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ class Auth
"/area/province" => "get",// 获取省份信息
"/area/city" => "get", // 获取城市信息
"/area/county" => "get", // 获取区县信息
"/callback/wxpay/doctor" => "post", // 微信支付回调
"/callback/wxpay/patient" => "post", // 微信支付回调
"/callback/wxpay/inquiry/success" => "post", // 微信支付回调
"/testpay" => "get", // 测试
];
}