This commit is contained in:
2023-03-06 15:44:21 +08:00
parent 22071904fe
commit 81d64710fd
8 changed files with 136 additions and 18 deletions
+1
View File
@@ -24,6 +24,7 @@ class Auth
"/area/city" => "get", // 获取城市信息
"/area/county" => "get", // 获取区县信息
"/pay/wx/callback" => "post", // 微信支付回调
"/testpay" => "get", // 测试
];
}