...
|
...
|
@@ -218,6 +218,7 @@ func (gateway HttplibAlliedCreationCooperation) DividendsEstimateDividendsIncent |
|
|
})
|
|
|
var result service_gateway.GatewayResponse
|
|
|
err = json.Unmarshal(byteResult, &result)
|
|
|
log.Logger.Debug("获取业务模块请求数据:确定预算分红激励+++++" + string(byteResult))
|
|
|
if err != nil {
|
|
|
return nil, fmt.Errorf("解析确定预算分红激励:%w", err)
|
|
|
}
|
...
|
...
|
|