|
@@ -2,11 +2,11 @@
|
|
|
package types
|
|
|
|
|
|
type SurplusReq struct {
|
|
|
- Appid string `json:"appid"`
|
|
|
- Function_code string `json:"functionCode"`
|
|
|
+ Appid string `json:"appid,default=10000"`
|
|
|
+ Function_code string `json:"functionCode,default=xxfb_gyxx_add"`
|
|
|
Muser_id string `json:"userId,optional"`
|
|
|
User_id int64 `json:"newUserId,optional"`
|
|
|
- Ent_id int64 `json:"entId,optional"`
|
|
|
+ Ent_id int64 `json:"entId,optional,default=55"`
|
|
|
Ent_user_id int64 `json:"entUserId,optional"`
|
|
|
}
|
|
|
|