|
@@ -105,12 +105,12 @@ type (
|
|
|
UserType string `path:"userType,optional"`
|
|
|
InfoId string `json:"infoId,optional"`
|
|
|
}
|
|
|
- msgDistributor{
|
|
|
+ msgDistributor {
|
|
|
AppId string `header:"appId"`
|
|
|
EntId string `header:"entId,optional"`
|
|
|
EntUserId string `header:"entUserId,optional"`
|
|
|
- MessageId string `json:"messageId"`
|
|
|
- Staffs string `json:"staffs"`
|
|
|
+ MessageId string `json:"messageId"`
|
|
|
+ Staffs string `json:"staffs"`
|
|
|
}
|
|
|
)
|
|
|
service bxsubscribe-api {
|
|
@@ -130,6 +130,6 @@ service bxsubscribe-api {
|
|
|
post /jybx/subscribe/:userType/distributor(DistributorReq) returns (commonResp)
|
|
|
@handler viewStatus
|
|
|
post /jybx/subscribe/:userType/viewStatus(viewStatusReq) returns (commonResp)
|
|
|
- @handler msgDistributor
|
|
|
+ @handler msgDistributor
|
|
|
post /juybx/subscribe/msgDistributor(msgDistributor) returns (commonResp)
|
|
|
-}
|
|
|
+}
|