1
This commit is contained in:
@@ -277,7 +277,7 @@ type CustomerObj struct {
|
|||||||
MerLicenseExpire string `json:"merLicenseExpire"` // 营业执照号有效期 string
|
MerLicenseExpire string `json:"merLicenseExpire"` // 营业执照号有效期 string
|
||||||
MerName string `json:"merName"` // 企业名称 string
|
MerName string `json:"merName"` // 企业名称 string
|
||||||
MerchantSource string `json:"merchantSource"` // 商户来源 AGENT:服务商平台,APP:APP平台,H5:H5平台 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)
|
Optimistic int64 `json:"optimistic"` // integer(int32)
|
||||||
PhoneNo string `json:"phoneNo"` // 商户手机号 string
|
PhoneNo string `json:"phoneNo"` // 商户手机号 string
|
||||||
Platform string `json:"platform"` // 平台标识,可用值:LKL string
|
Platform string `json:"platform"` // 平台标识,可用值:LKL string
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ func TestIncoming(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestGetMerchantInfo(t *testing.T) {
|
func TestGetMerchantInfo(t *testing.T) {
|
||||||
result, err := api.GetMerchantInfo("141429349")
|
result, err := api.GetMerchantInfo("141698705")
|
||||||
globals.SugarLogger.Debugf("---------result:;= %s", utils.Format4Output(result, false))
|
globals.SugarLogger.Debugf("---------result:;= %s", utils.Format4Output(result, false))
|
||||||
globals.SugarLogger.Debugf("---------result:;= %v", err)
|
globals.SugarLogger.Debugf("---------result:;= %v", err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user