// Code generated by goctl. DO NOT EDIT. package types type SurplusReq struct { AppId string `header:"appId,default=10000"` Function_code string `header:"functionCode,default=xxfb_gyxx_add"` Muser_id string `header:"userId,optional"` User_id int64 `header:"newUserId,optional"` Ent_id int64 `header:"entId,optional,default=55"` Ent_user_id int64 `header:"entUserId,optional"` } type Reply struct { Error_code int64 `json:"error_code"` Error_msg string `json:"error_msg"` Data interface{} `json:"data"` } type SurplusData struct { Surplus int64 `json:"surplus"` Total int64 `json:"total"` }