|
|
|
@ -946,6 +946,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
JSONObject representativeInfo = new JSONObject();
|
|
|
|
|
representativeInfo.put("client_id", clientId);
|
|
|
|
|
representativeInfo.put("representative_person", info.getRepresentativePerson());
|
|
|
|
|
representativeInfo.put("legal_representative_id", info.getRepresentativeId());
|
|
|
|
|
representativeInfo.put("phone", info.getRepresentativePhone());
|
|
|
|
|
representativeInfo.put("email", info.getRepresentativeEmail());
|
|
|
|
|
representativeInfo.put("job_title", info.getRepresentativeJobTitle());
|
|
|
|
@ -7348,6 +7349,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
representativeInfo.put("postcode", partner.getString("registered_postcode"));
|
|
|
|
|
representativeInfo.put("state", partner.getString("registered_state"));
|
|
|
|
|
representativeInfo.put("legal_representative_wechatid", partner.getString("legal_representative_wechatid"));
|
|
|
|
|
representativeInfo.put("legal_representative_id", partner.getString("legal_representative_id"));
|
|
|
|
|
representativeInfo.put("marketing_person", partner.getString("marketing_person"));
|
|
|
|
|
representativeInfo.put("marketing_phone", partner.getString("marketing_phone"));
|
|
|
|
|
representativeInfo.put("marketing_email", partner.getString("marketing_email"));
|
|
|
|
|