1
This commit is contained in:
+2
-1
@@ -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", // 测试
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user