|
@@ -86,7 +86,7 @@ public class MerchantRelationServiceImpl extends ServiceImpl<MerchantRelationMap
|
|
|
//商户资质信息
|
|
|
JSONObject certificateInfo = new JSONObject();
|
|
|
certificateInfo.put("legalPersonName", merchantAuth.getLegalRepresentativeName());
|
|
|
- certificateInfo.put("legalPersonPhone", merchantAuth.getMobileNumber());
|
|
|
+ certificateInfo.put("legalPersonPhone", merchantAuth.getReservedPhoneNo());
|
|
|
certificateInfo.put("legalPersonIdType", "IDCARD");
|
|
|
certificateInfo.put("legalPersonIdNo", merchantAuth.getIdCardNumber());
|
|
|
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");
|