This commit is contained in:
2023-03-06 17:20:00 +08:00
parent 21027e3584
commit 9c9859a727
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ class Auth
"/area/province" => "get",// 获取省份信息
"/area/city" => "get", // 获取城市信息
"/area/county" => "get", // 获取区县信息
"/callback/pay/wx" => "post", // 微信支付回调
"/callback/wxpay/doctor" => "post", // 微信支付回调
"/callback/wxpay/patient" => "post", // 微信支付回调
"/testpay" => "get", // 测试
];
}