|
@@ -14,7 +14,7 @@ type request {
|
|
|
User_nickname string `form:"user_nickname,optional"`
|
|
|
Pay_time string `form:"pay_time,optional"`
|
|
|
Order_status int64 `form:"order_status"`
|
|
|
- Create_time string `form:"create_time"`
|
|
|
+ Create_time string `form:"create_time,optional"`
|
|
|
User_openid string `form:"user_openid,optional"`
|
|
|
Service_status int64 `form:"service_status,optional"`
|
|
|
Service_time string `form:"service_time,optional"`
|
|
@@ -60,7 +60,6 @@ type request {
|
|
|
Company_name string `form:"company_name,optional"`
|
|
|
BillingMode int64 `form:"billingMode,optional"`
|
|
|
Sale_time string `form:"sale_time,optional"`
|
|
|
- Entry_time string `form:"entry_time,optional"`
|
|
|
Commission int64 `form:"commission,optional"`
|
|
|
ProceduresMoney int64 `form:"procedures_money,optional"`
|
|
|
SalesChannel string `form:"salesChannel,optional"`
|
|
@@ -70,6 +69,7 @@ type request {
|
|
|
CreatePerson string `form:"create_person,optional"`
|
|
|
LastUpdatePerson string `form:"last_update_person,optional"`
|
|
|
LastUpdateTime string `form:"last_update_time,optional"`
|
|
|
+ AuditStatus int64 `form:"audit_status,optional"`
|
|
|
}
|
|
|
|
|
|
type response {
|