1
This commit is contained in:
@@ -277,7 +277,7 @@ type CustomerObj struct {
|
||||
MerLicenseExpire string `json:"merLicenseExpire"` // 营业执照号有效期 string
|
||||
MerName string `json:"merName"` // 企业名称 string
|
||||
MerchantSource string `json:"merchantSource"` // 商户来源 AGENT:服务商平台,APP:APP平台,H5:H5平台 string
|
||||
OpenTime string `json:"openTime"` // 入网时间 string(date-time)
|
||||
OpenTime int64 `json:"openTime"` // 入网时间 string(date-time)
|
||||
Optimistic int64 `json:"optimistic"` // integer(int32)
|
||||
PhoneNo string `json:"phoneNo"` // 商户手机号 string
|
||||
Platform string `json:"platform"` // 平台标识,可用值:LKL string
|
||||
|
||||
Reference in New Issue
Block a user