|
@@ -26,8 +26,8 @@ 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 string `json:"source,optional"` //信息来源
|
|
|
|
- IsRead string `json:"isRead,optional"` //是否已读
|
|
|
|
|
|
+ Source string `json:"source,optional"` //信息来源
|
|
|
|
+ IsRead string `json:"isRead,optional"` //是否已读
|
|
Staffs string `json:"staffs,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"`
|
|
@@ -123,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)
|
|
-}
|
|
|
|
|
|
+}
|