|
@@ -26,6 +26,9 @@ type (
|
|
Subtype string `json:"subtype,optional"`
|
|
Subtype string `json:"subtype,optional"`
|
|
Price string `json:"price,optional"`
|
|
Price string `json:"price,optional"`
|
|
FileExists string `json:"fileExists,optional"`
|
|
FileExists string `json:"fileExists,optional"`
|
|
|
|
+ Source int `json:"source,optional"` //信息来源
|
|
|
|
+ IsRead int `json:"isRead,optional"` //是否已读
|
|
|
|
+ Staffs string `json:"staffs,optional"` //分发的员工
|
|
UserType string `path:"userType,default=fType,options=fType|vType|mType|eType"` //fType:普通用户;vType:超级订阅用户;mType:大会员用户;eType:商机管理用户;
|
|
UserType string `path:"userType,default=fType,options=fType|vType|mType|eType"` //fType:普通用户;vType:超级订阅用户;mType:大会员用户;eType:商机管理用户;
|
|
NewUserId int64 `header:"newUserId"`
|
|
NewUserId int64 `header:"newUserId"`
|
|
IsEnt bool `json:"isEnt,optional"`
|
|
IsEnt bool `json:"isEnt,optional"`
|
|
@@ -120,4 +123,4 @@ service bxsubscribe-api {
|
|
post /jybx/subscribe/:userType/distributor(DistributorReq) returns (commonResp)
|
|
post /jybx/subscribe/:userType/distributor(DistributorReq) returns (commonResp)
|
|
@handler viewStatus
|
|
@handler viewStatus
|
|
post /jybx/subscribe/:userType/viewStatus(viewStatusReq) returns (commonResp)
|
|
post /jybx/subscribe/:userType/viewStatus(viewStatusReq) returns (commonResp)
|
|
-}
|
|
|
|
|
|
+}
|