修改微信支付回调地址验证

This commit is contained in:
wucongxing 2023-03-06 15:48:11 +08:00
parent 81d64710fd
commit d4707488b6

View File

@ -23,7 +23,7 @@ class Auth
"/area/province" => "get",// 获取省份信息
"/area/city" => "get", // 获取城市信息
"/area/county" => "get", // 获取区县信息
"/pay/wx/callback" => "post", // 微信支付回调
"/callback/pay/wx" => "post", // 微信支付回调
"/testpay" => "get", // 测试
];
}