shan
This commit is contained in:
@@ -11,8 +11,10 @@ type OrderController struct {
|
||||
// @Title 支付
|
||||
// @Description 支付
|
||||
// @Param token header string true "认证token"
|
||||
// @Param userID query string true "用户ID"
|
||||
// @Param roleList query string true "角色列表"
|
||||
// @Param type formData int true "支付类型/账单类型"
|
||||
// @Param price formData int true "支付金额"
|
||||
// @Param payType formData int true "支付平台类型"
|
||||
// @Param vendorPayType formData string true "平台支付类型"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /Pay [post]
|
||||
|
||||
Reference in New Issue
Block a user