|
@@ -492,6 +492,7 @@ public class ChannelServiceImpl implements ChannelService {
|
|
|
ret.setResultCode(Constant.OTHER_ERROR_CODE);
|
|
|
ret.setResultBody(Constant.OTHER_ERROR);
|
|
|
ret.setIsCharge(Constant.IS_NOT_CHARGE);
|
|
|
+ ret.setCode(Constant.SUCCESS);
|
|
|
}
|
|
|
if (resultJsonObject.get("code") != null) {
|
|
|
upstreamCode = resultJsonObject.getString("code");
|