Commit 9740f2fa authored by yinjiacheng's avatar yinjiacheng

fix 直接企业认证和个人升级企业认证时营业执照提交接口不传enterprise_auth_record_id

parent b59e80f2
......@@ -173,7 +173,7 @@ object LifeAccountAuthDataManagerV2 {
requestMap["data_from"] = Constant.DATA_FROM_B.toString()
requestMap["data_type"] = merchantAuthData.merchantType.toString()
lifeAccountId?.let { requestMap["life_account_id"] = it }
recordId?.let { requestMap["enterprise_auth_record_id"] = it.toString() }
if (recordId != -1L) requestMap["enterprise_auth_record_id"] = recordId.toString()
return requestMap
}
......
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