|
@@ -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"`
|