|
|
@@ -1458,8 +1458,8 @@ message ErmcpSpotGoodsPriceRsp {
|
|
|
// 协议操作请求 0 29 189
|
|
|
message QHJAgreementConfigOperateReq {
|
|
|
optional MessageHead Header = 1; // MessageHead
|
|
|
- optional uint32 operatetype = 2; // uint32 操作类型-1:新增 2:修改
|
|
|
- optional uint64 agreementid = 3; // uint64 协议ID(操作类型为2时必填)
|
|
|
+ optional uint32 operatetype = 2; // uint32 操作类型-1:新增 2:修改 3:停用 4:恢复 5:注销
|
|
|
+ optional uint64 agreementid = 3; // uint64 协议ID(操作类型为2,3,4,5时必填)
|
|
|
optional string agreementno = 4; // string 协议编号
|
|
|
optional string agreementname = 5; // string 协议名称
|
|
|
optional uint32 agreementtype = 6; // uint32 协议类型 - 1:注册 2:登录 3:交易
|
|
|
@@ -1472,5 +1472,5 @@ message QHJAgreementConfigOperateRsp {
|
|
|
optional MessageHead Header = 1; // MessageHead 消息头
|
|
|
optional int32 RetCode = 2; // int32 返回码
|
|
|
optional string RetDesc = 3; // string 描述信息
|
|
|
- optional uint64 agreementid = 4; // uint64 协议ID
|
|
|
-}
|
|
|
+ optional uint64 agreementid = 4; // uint64 协议ID
|
|
|
+}
|