12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- // Code generated by goctl. DO NOT EDIT.
- package types
- type Request struct {
- Pay_money int64 `form:"pay_money"`
- Order_money int64 `form:"order_money"`
- User_nickname int64 `form:"user_nickname,optional"`
- Pay_time string `form:"pay_time"`
- Order_status int64 `form:"order_status"`
- Create_time string `form:"create_time"`
- User_openid string `form:"user_openid,optional"`
- Service_status int64 `form:"service_status,optional"`
- Service_time string `form:"service_time,optional"`
- Filter string `form:"filter"`
- Prepay_id string `form:"prepay_id,optional"`
- Code_url string `form:"code_url,optional"`
- Out_trade_no string `form:"out_trade_no,optional"`
- Filter_keys string `form:"filter_keys,optional"`
- Filter_publishtime string `form:"filter_publishtime,optional"`
- Data_count int64 `form:"data_count,optional"`
- User_mail string `form:"user_mail,optional"`
- Data_spec string `form:"data_spec,optional"`
- Original_price int64 `form:"original_price,optional"`
- Order_code string `form:"order_code"`
- Prepay_time string `form:"prepay_time,optional"`
- Product_type string `form:"product_type"`
- Filter_id string `form:"filter_id,optional"`
- Pay_way string `form:"pay_way"`
- User_phone string `form:"user_phone"`
- Applybill_status int64 `form:"applybill_status,optional"`
- Download_url string `form:"download_url,optional"`
- Applybill_type int64 `form:"applybill_type,optional"`
- Applybill_taxnum string `form:"applybill_taxnum,optional"`
- Remind_status int64 `form:"remind_status,optional"`
- Applybill_company string `form:"applybill_company,optional"`
- User_id string `form:"user_id"`
- Vip_starttime string `form:"vip_starttime"`
- Vip_endtime string `form:"vip_endtime"`
- Vip_type int64 `form:"vip_type,optional"`
- Course_status int64 `form:"course_status,optional"`
- Apply_refund_name string `form:"apply_refund_name,optional"`
- Apply_refund_reason string `form:"apply_refund_reason,optional"`
- Apply_refund_time int64 `form:"apply_refund_time,optional"`
- Del_status int64 `form:"del_status,optional"`
- Del_time string `form:"del_time,optional"`
- Dis_word string `form:"dis_word,optional"`
- Discount_price int64 `form:"discount_price,optional"`
- D_relation_id string `form:"d_relation_id,optional"`
- Return_status int64 `form:"return_status"`
- Refund_status int64 `form:"refund_status"`
- Is_backstage_order int64 `form:"is_backstage_order"`
- Salesperson string `form:"salesperson"`
- Company_name string `form:"company_name"`
- BillingMode int64 `form:"billingMode"`
- }
- type Response struct {
- Code int64 `form:"code"` //响应代码
- Message string `form:"message"` //响应消息
- Data int64 `form:"data"` //订单ID
- }
|