Commit 670ca2fa by 陶光胜

二维码

parent d6722fc2
......@@ -126,7 +126,7 @@ public class BillingPayInfoApiServiceImpl implements BillingPayInfoApiService {
@Override
public ServiceResponse<Void> offlineCallBack(String resDataStr) {
logger.info("财务审批回调");
JSONObject jsonObject = JSON.parseObject(resDataStr);
ApprovalCallBackDTO approvalCallBackDTO = new ApprovalCallBackDTO();
approvalCallBackDTO.setOrderSerialNumber(jsonObject.getString("orderNumber"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment