This commit is contained in:
邹宗楠
2022-11-24 16:26:34 +08:00
parent 57d94f82ed
commit d974a2ff1d
7 changed files with 125 additions and 98 deletions

View File

@@ -20,7 +20,7 @@ type OrderController struct {
// @Param vendorPayType formData string true "平台支付类型"
// @Param orderType formData string true "订单类型member会员express快递recharge充值,telephoneBill充话费"
// @Param appId formData string true "appId"
// @Param isChoose formData int true "-1:未选中余额抵消 1余额抵消"
// @Param isChoose formData int true "-1:未选中余额抵消 1余额抵消"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /Pay [post]