新增创建订单发起支付

This commit is contained in:
2023-03-03 10:50:17 +08:00
parent e620c3f360
commit e13dcd1998
7 changed files with 202 additions and 12 deletions
+1
View File
@@ -23,6 +23,7 @@ class Auth
"/area/province" => "get",// 获取省份信息
"/area/city" => "get", // 获取城市信息
"/area/county" => "get", // 获取区县信息
"/pay/wx/callback" => "post", // 微信支付回调
];
}