回填上传id
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
package com.czg.mq;
|
package com.czg.mq;
|
||||||
|
|
||||||
import cn.hutool.core.util.StrUtil;
|
import cn.hutool.core.util.StrUtil;
|
||||||
|
import com.alibaba.fastjson2.JSONObject;
|
||||||
import com.czg.EntryManager;
|
import com.czg.EntryManager;
|
||||||
import com.czg.PayCst;
|
import com.czg.PayCst;
|
||||||
import com.czg.config.RabbitConstants;
|
import com.czg.config.RabbitConstants;
|
||||||
@@ -87,10 +88,16 @@ public class EntryManagerMqListener {
|
|||||||
}
|
}
|
||||||
EntryRespDto resp = EntryManager.entryMerchant(entry, platform.toArray(new String[0]));
|
EntryRespDto resp = EntryManager.entryMerchant(entry, platform.toArray(new String[0]));
|
||||||
ShopDirectMerchant merchant = new ShopDirectMerchant();
|
ShopDirectMerchant merchant = new ShopDirectMerchant();
|
||||||
|
merchant.setMerchantBaseInfo(JSONObject.toJSONString(entry.getMerchantBaseInfo()));
|
||||||
|
merchant.setLegalPersonInfo(JSONObject.toJSONString(entry.getLegalPersonInfo()));
|
||||||
|
merchant.setBusinessLicenceInfo(JSONObject.toJSONString(entry.getBusinessLicenceInfo()));
|
||||||
|
merchant.setStoreInfo(JSONObject.toJSONString(entry.getStoreInfo()));
|
||||||
|
merchant.setSettlementInfo(JSONObject.toJSONString(entry.getSettlementInfo()));
|
||||||
|
|
||||||
|
|
||||||
merchant.setWechatApplyId(resp.getWechatApplyId());
|
merchant.setWechatApplyId(resp.getWechatApplyId());
|
||||||
merchant.setWechatStatus(resp.getWechatStatus());
|
merchant.setWechatStatus(resp.getWechatStatus());
|
||||||
merchant.setWechatErrorMsg(resp.getWechatErrorMsg());
|
merchant.setWechatErrorMsg(resp.getWechatErrorMsg());
|
||||||
|
|
||||||
merchant.setAlipayOrderId(resp.getAlipayOrderId());
|
merchant.setAlipayOrderId(resp.getAlipayOrderId());
|
||||||
merchant.setAlipayStatus(resp.getAlipayStatus());
|
merchant.setAlipayStatus(resp.getAlipayStatus());
|
||||||
merchant.setAlipayAuthInfo(resp.getAlipayAuthInfo());
|
merchant.setAlipayAuthInfo(resp.getAlipayAuthInfo());
|
||||||
|
|||||||
Reference in New Issue
Block a user