浏览代码

手机号调整为可选字段

fuwencai 3 年之前
父节点
当前提交
5518e4dbc7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/jyOrder.api

+ 1 - 1
api/jyOrder.api

@@ -33,7 +33,7 @@ type request {
 	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"`