fuwencai 3 年之前
父節點
當前提交
55d720c812
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/internal/types/types.go

+ 1 - 1
api/internal/types/types.go

@@ -26,7 +26,7 @@ type Request struct {
 	Product_type        string `form:"product_type"`
 	Product_type        string `form:"product_type"`
 	Filter_id           string `form:"filter_id,optional"`
 	Filter_id           string `form:"filter_id,optional"`
 	Pay_way             string `form:"pay_way,optional"`
 	Pay_way             string `form:"pay_way,optional"`
-	User_phone          string `form:"user_phone"`
+	User_phone          string `form:"user_phone,optional"`
 	Applybill_status    int64  `form:"applybill_status,optional"`
 	Applybill_status    int64  `form:"applybill_status,optional"`
 	Download_url        string `form:"download_url,optional"`
 	Download_url        string `form:"download_url,optional"`
 	Applybill_type      int64  `form:"applybill_type,optional"`
 	Applybill_type      int64  `form:"applybill_type,optional"`