|
@@ -105,6 +105,13 @@ type (
|
|
UserType string `path:"userType,optional"`
|
|
UserType string `path:"userType,optional"`
|
|
InfoId string `json:"infoId,optional"`
|
|
InfoId string `json:"infoId,optional"`
|
|
}
|
|
}
|
|
|
|
+ msgDistributor{
|
|
|
|
+ AppId string `header:"appId"`
|
|
|
|
+ EntId string `header:"entId,optional"`
|
|
|
|
+ EntUserId string `header:"entUserId,optional"`
|
|
|
|
+ MessageId string `json:"messageId"`
|
|
|
|
+ Staffs string `json:"staffs"`
|
|
|
|
+ }
|
|
)
|
|
)
|
|
service bxsubscribe-api {
|
|
service bxsubscribe-api {
|
|
@handler subscribeList
|
|
@handler subscribeList
|
|
@@ -123,4 +130,6 @@ 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)
|
|
-}
|
|
|
|
|
|
+ @handler msgDistributor
|
|
|
|
+ post /juybx/subscribe/msgDistributor(msgDistributor) returns (commonResp)
|
|
|
|
+}
|