f
This commit is contained in:
@@ -49,6 +49,7 @@ func ProcessIVYZ81NCRequest(ctx context.Context, params []byte, deps *processors
|
|||||||
// 解析响应数据,期望格式为 {"state": "1"}
|
// 解析响应数据,期望格式为 {"state": "1"}
|
||||||
var stateResp struct {
|
var stateResp struct {
|
||||||
State string `json:"state"`
|
State string `json:"state"`
|
||||||
|
RegTime string `json:"regTime"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// 将 respData 转换为 JSON 字节再解析
|
// 将 respData 转换为 JSON 字节再解析
|
||||||
@@ -82,7 +83,7 @@ func ProcessIVYZ81NCRequest(ctx context.Context, params []byte, deps *processors
|
|||||||
result := map[string]interface{}{
|
result := map[string]interface{}{
|
||||||
"code": "0",
|
"code": "0",
|
||||||
"data": map[string]interface{}{
|
"data": map[string]interface{}{
|
||||||
"op_date": "",
|
"op_date": stateResp.RegTime,
|
||||||
"op_type": opType,
|
"op_type": opType,
|
||||||
"op_type_desc": opTypeDesc,
|
"op_type_desc": opTypeDesc,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user