Documentation ¶
Overview ¶
Package foodscan 包含脚模API相关结构体
Index ¶
- func ReleaseAlibabaFootscanMiniQueryMobilereportAPIRequest(v *AlibabaFootscanMiniQueryMobilereportAPIRequest)
- func ReleaseAlibabaFootscanMiniQueryMobilereportAPIResponse(v *AlibabaFootscanMiniQueryMobilereportAPIResponse)
- func ReleaseAlibabaFootscanMiniQueryMobilereportData(v *AlibabaFootscanMiniQueryMobilereportData)
- func ReleaseAlibabaFootscanMiniQueryMobilereportMtopResult(v *AlibabaFootscanMiniQueryMobilereportMtopResult)
- func ReleaseAlibabaFootscanMiniReportFragmentFirstAPIRequest(v *AlibabaFootscanMiniReportFragmentFirstAPIRequest)
- func ReleaseAlibabaFootscanMiniReportFragmentFirstAPIResponse(v *AlibabaFootscanMiniReportFragmentFirstAPIResponse)
- func ReleaseAlibabaFootscanMiniReportFragmentFirstData(v *AlibabaFootscanMiniReportFragmentFirstData)
- func ReleaseAlibabaFootscanMiniReportFragmentFirstMtopResult(v *AlibabaFootscanMiniReportFragmentFirstMtopResult)
- func ReleaseAlibabaFootscanMiniReportFragmentSecondAPIRequest(v *AlibabaFootscanMiniReportFragmentSecondAPIRequest)
- func ReleaseAlibabaFootscanMiniReportFragmentSecondAPIResponse(v *AlibabaFootscanMiniReportFragmentSecondAPIResponse)
- func ReleaseAlibabaFootscanMiniReportFragmentSecondData(v *AlibabaFootscanMiniReportFragmentSecondData)
- func ReleaseAlibabaFootscanMiniReportFragmentSecondMtopResult(v *AlibabaFootscanMiniReportFragmentSecondMtopResult)
- func ReleaseFilePackageBasicReq(v *FilePackageBasicReq)
- func ReleaseFilePackageRequest(v *FilePackageRequest)
- type AlibabaFootscanMiniQueryMobilereportAPIRequest
- func (r AlibabaFootscanMiniQueryMobilereportAPIRequest) GetApiMethodName() string
- func (r AlibabaFootscanMiniQueryMobilereportAPIRequest) GetApiParams(params url.Values)
- func (r AlibabaFootscanMiniQueryMobilereportAPIRequest) GetRawParams() model.Params
- func (r AlibabaFootscanMiniQueryMobilereportAPIRequest) GetScanId() string
- func (r AlibabaFootscanMiniQueryMobilereportAPIRequest) GetToken() string
- func (r *AlibabaFootscanMiniQueryMobilereportAPIRequest) Reset()
- func (r *AlibabaFootscanMiniQueryMobilereportAPIRequest) SetScanId(_scanId string) error
- func (r *AlibabaFootscanMiniQueryMobilereportAPIRequest) SetToken(_token string) error
- type AlibabaFootscanMiniQueryMobilereportAPIResponse
- type AlibabaFootscanMiniQueryMobilereportAPIResponseModel
- type AlibabaFootscanMiniQueryMobilereportData
- type AlibabaFootscanMiniQueryMobilereportMtopResult
- type AlibabaFootscanMiniReportFragmentFirstAPIRequest
- func (r AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetApiMethodName() string
- func (r AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetApiParams(params url.Values)
- func (r AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetRawParams() model.Params
- func (r AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetReqData() *FilePackageRequest
- func (r AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetToken() string
- func (r *AlibabaFootscanMiniReportFragmentFirstAPIRequest) Reset()
- func (r *AlibabaFootscanMiniReportFragmentFirstAPIRequest) SetReqData(_reqData *FilePackageRequest) error
- func (r *AlibabaFootscanMiniReportFragmentFirstAPIRequest) SetToken(_token string) error
- type AlibabaFootscanMiniReportFragmentFirstAPIResponse
- type AlibabaFootscanMiniReportFragmentFirstAPIResponseModel
- type AlibabaFootscanMiniReportFragmentFirstData
- type AlibabaFootscanMiniReportFragmentFirstMtopResult
- type AlibabaFootscanMiniReportFragmentSecondAPIRequest
- func (r AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetApiMethodName() string
- func (r AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetApiParams(params url.Values)
- func (r AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetRawParams() model.Params
- func (r AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetReqData() *FilePackageBasicReq
- func (r AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetToken() string
- func (r *AlibabaFootscanMiniReportFragmentSecondAPIRequest) Reset()
- func (r *AlibabaFootscanMiniReportFragmentSecondAPIRequest) SetReqData(_reqData *FilePackageBasicReq) error
- func (r *AlibabaFootscanMiniReportFragmentSecondAPIRequest) SetToken(_token string) error
- type AlibabaFootscanMiniReportFragmentSecondAPIResponse
- type AlibabaFootscanMiniReportFragmentSecondAPIResponseModel
- type AlibabaFootscanMiniReportFragmentSecondData
- type AlibabaFootscanMiniReportFragmentSecondMtopResult
- type FilePackageBasicReq
- type FilePackageRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReleaseAlibabaFootscanMiniQueryMobilereportAPIRequest ¶ added in v1.3.4
func ReleaseAlibabaFootscanMiniQueryMobilereportAPIRequest(v *AlibabaFootscanMiniQueryMobilereportAPIRequest)
ReleaseAlibabaFootscanMiniQueryMobilereportAPIRequest 将 AlibabaFootscanMiniQueryMobilereportAPIRequest 放入 sync.Pool
func ReleaseAlibabaFootscanMiniQueryMobilereportAPIResponse ¶ added in v1.3.4
func ReleaseAlibabaFootscanMiniQueryMobilereportAPIResponse(v *AlibabaFootscanMiniQueryMobilereportAPIResponse)
ReleaseAlibabaFootscanMiniQueryMobilereportAPIResponse 将 AlibabaFootscanMiniQueryMobilereportAPIResponse 保存到 sync.Pool
func ReleaseAlibabaFootscanMiniQueryMobilereportData ¶ added in v1.3.4
func ReleaseAlibabaFootscanMiniQueryMobilereportData(v *AlibabaFootscanMiniQueryMobilereportData)
ReleaseAlibabaFootscanMiniQueryMobilereportData 释放AlibabaFootscanMiniQueryMobilereportData
func ReleaseAlibabaFootscanMiniQueryMobilereportMtopResult ¶ added in v1.3.4
func ReleaseAlibabaFootscanMiniQueryMobilereportMtopResult(v *AlibabaFootscanMiniQueryMobilereportMtopResult)
ReleaseAlibabaFootscanMiniQueryMobilereportMtopResult 释放AlibabaFootscanMiniQueryMobilereportMtopResult
func ReleaseAlibabaFootscanMiniReportFragmentFirstAPIRequest ¶ added in v1.3.4
func ReleaseAlibabaFootscanMiniReportFragmentFirstAPIRequest(v *AlibabaFootscanMiniReportFragmentFirstAPIRequest)
ReleaseAlibabaFootscanMiniReportFragmentFirstAPIRequest 将 AlibabaFootscanMiniReportFragmentFirstAPIRequest 放入 sync.Pool
func ReleaseAlibabaFootscanMiniReportFragmentFirstAPIResponse ¶ added in v1.3.4
func ReleaseAlibabaFootscanMiniReportFragmentFirstAPIResponse(v *AlibabaFootscanMiniReportFragmentFirstAPIResponse)
ReleaseAlibabaFootscanMiniReportFragmentFirstAPIResponse 将 AlibabaFootscanMiniReportFragmentFirstAPIResponse 保存到 sync.Pool
func ReleaseAlibabaFootscanMiniReportFragmentFirstData ¶ added in v1.3.4
func ReleaseAlibabaFootscanMiniReportFragmentFirstData(v *AlibabaFootscanMiniReportFragmentFirstData)
ReleaseAlibabaFootscanMiniReportFragmentFirstData 释放AlibabaFootscanMiniReportFragmentFirstData
func ReleaseAlibabaFootscanMiniReportFragmentFirstMtopResult ¶ added in v1.3.4
func ReleaseAlibabaFootscanMiniReportFragmentFirstMtopResult(v *AlibabaFootscanMiniReportFragmentFirstMtopResult)
ReleaseAlibabaFootscanMiniReportFragmentFirstMtopResult 释放AlibabaFootscanMiniReportFragmentFirstMtopResult
func ReleaseAlibabaFootscanMiniReportFragmentSecondAPIRequest ¶ added in v1.3.4
func ReleaseAlibabaFootscanMiniReportFragmentSecondAPIRequest(v *AlibabaFootscanMiniReportFragmentSecondAPIRequest)
ReleaseAlibabaFootscanMiniReportFragmentSecondAPIRequest 将 AlibabaFootscanMiniReportFragmentSecondAPIRequest 放入 sync.Pool
func ReleaseAlibabaFootscanMiniReportFragmentSecondAPIResponse ¶ added in v1.3.4
func ReleaseAlibabaFootscanMiniReportFragmentSecondAPIResponse(v *AlibabaFootscanMiniReportFragmentSecondAPIResponse)
ReleaseAlibabaFootscanMiniReportFragmentSecondAPIResponse 将 AlibabaFootscanMiniReportFragmentSecondAPIResponse 保存到 sync.Pool
func ReleaseAlibabaFootscanMiniReportFragmentSecondData ¶ added in v1.3.4
func ReleaseAlibabaFootscanMiniReportFragmentSecondData(v *AlibabaFootscanMiniReportFragmentSecondData)
ReleaseAlibabaFootscanMiniReportFragmentSecondData 释放AlibabaFootscanMiniReportFragmentSecondData
func ReleaseAlibabaFootscanMiniReportFragmentSecondMtopResult ¶ added in v1.3.4
func ReleaseAlibabaFootscanMiniReportFragmentSecondMtopResult(v *AlibabaFootscanMiniReportFragmentSecondMtopResult)
ReleaseAlibabaFootscanMiniReportFragmentSecondMtopResult 释放AlibabaFootscanMiniReportFragmentSecondMtopResult
func ReleaseFilePackageBasicReq ¶ added in v1.3.4
func ReleaseFilePackageBasicReq(v *FilePackageBasicReq)
ReleaseFilePackageBasicReq 释放FilePackageBasicReq
func ReleaseFilePackageRequest ¶ added in v1.3.4
func ReleaseFilePackageRequest(v *FilePackageRequest)
ReleaseFilePackageRequest 释放FilePackageRequest
Types ¶
type AlibabaFootscanMiniQueryMobilereportAPIRequest ¶ added in v1.2.0
type AlibabaFootscanMiniQueryMobilereportAPIRequest struct { model.Params // contains filtered or unexported fields }
AlibabaFootscanMiniQueryMobilereportAPIRequest 根据scanId查询报告 API请求 alibaba.footscan.mini.query.mobilereport
根据scanId查询报告
func GetAlibabaFootscanMiniQueryMobilereportAPIRequest ¶ added in v1.3.4
func GetAlibabaFootscanMiniQueryMobilereportAPIRequest() *AlibabaFootscanMiniQueryMobilereportAPIRequest
GetAlibabaFootscanMiniQueryMobilereportRequest 从 sync.Pool 获取 AlibabaFootscanMiniQueryMobilereportAPIRequest
func NewAlibabaFootscanMiniQueryMobilereportRequest ¶
func NewAlibabaFootscanMiniQueryMobilereportRequest() *AlibabaFootscanMiniQueryMobilereportAPIRequest
NewAlibabaFootscanMiniQueryMobilereportRequest 初始化AlibabaFootscanMiniQueryMobilereportAPIRequest对象
func (AlibabaFootscanMiniQueryMobilereportAPIRequest) GetApiMethodName ¶ added in v1.2.0
func (r AlibabaFootscanMiniQueryMobilereportAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (AlibabaFootscanMiniQueryMobilereportAPIRequest) GetApiParams ¶ added in v1.2.0
func (r AlibabaFootscanMiniQueryMobilereportAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (AlibabaFootscanMiniQueryMobilereportAPIRequest) GetRawParams ¶ added in v1.2.8
func (r AlibabaFootscanMiniQueryMobilereportAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (AlibabaFootscanMiniQueryMobilereportAPIRequest) GetScanId ¶ added in v1.2.0
func (r AlibabaFootscanMiniQueryMobilereportAPIRequest) GetScanId() string
GetScanId ScanId Getter
func (AlibabaFootscanMiniQueryMobilereportAPIRequest) GetToken ¶ added in v1.2.0
func (r AlibabaFootscanMiniQueryMobilereportAPIRequest) GetToken() string
GetToken Token Getter
func (*AlibabaFootscanMiniQueryMobilereportAPIRequest) Reset ¶ added in v1.3.4
func (r *AlibabaFootscanMiniQueryMobilereportAPIRequest) Reset()
Reset IRequest interface 方法, 清空结构体
func (*AlibabaFootscanMiniQueryMobilereportAPIRequest) SetScanId ¶ added in v1.2.0
func (r *AlibabaFootscanMiniQueryMobilereportAPIRequest) SetScanId(_scanId string) error
SetScanId is ScanId Setter 扫描ID
func (*AlibabaFootscanMiniQueryMobilereportAPIRequest) SetToken ¶ added in v1.2.0
func (r *AlibabaFootscanMiniQueryMobilereportAPIRequest) SetToken(_token string) error
SetToken is Token Setter 平台分配的token
type AlibabaFootscanMiniQueryMobilereportAPIResponse ¶
type AlibabaFootscanMiniQueryMobilereportAPIResponse struct { model.CommonResponse AlibabaFootscanMiniQueryMobilereportAPIResponseModel }
AlibabaFootscanMiniQueryMobilereportAPIResponse 根据scanId查询报告 API返回值 alibaba.footscan.mini.query.mobilereport
根据scanId查询报告
func GetAlibabaFootscanMiniQueryMobilereportAPIResponse ¶ added in v1.3.4
func GetAlibabaFootscanMiniQueryMobilereportAPIResponse() *AlibabaFootscanMiniQueryMobilereportAPIResponse
GetAlibabaFootscanMiniQueryMobilereportAPIResponse 从 sync.Pool 获取 AlibabaFootscanMiniQueryMobilereportAPIResponse
func (*AlibabaFootscanMiniQueryMobilereportAPIResponse) Reset ¶ added in v1.3.4
func (m *AlibabaFootscanMiniQueryMobilereportAPIResponse) Reset()
Reset 清空结构体
type AlibabaFootscanMiniQueryMobilereportAPIResponseModel ¶ added in v1.2.0
type AlibabaFootscanMiniQueryMobilereportAPIResponseModel struct { XMLName xml.Name `xml:"alibaba_footscan_mini_query_mobilereport_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 服务出参 Result *AlibabaFootscanMiniQueryMobilereportMtopResult `json:"result,omitempty" xml:"result,omitempty"` }
AlibabaFootscanMiniQueryMobilereportAPIResponseModel is 根据scanId查询报告 成功返回结果
func (*AlibabaFootscanMiniQueryMobilereportAPIResponseModel) Reset ¶ added in v1.3.4
func (m *AlibabaFootscanMiniQueryMobilereportAPIResponseModel) Reset()
Reset 清空结构体
type AlibabaFootscanMiniQueryMobilereportData ¶
type AlibabaFootscanMiniQueryMobilereportData struct { // 右脚趾围 RightZhiwei string `json:"right_zhiwei,omitempty" xml:"right_zhiwei,omitempty"` // 右脚跗围 RightFuwei string `json:"right_fuwei,omitempty" xml:"right_fuwei,omitempty"` // 右脚宽 RightWidth string `json:"right_width,omitempty" xml:"right_width,omitempty"` // 右脚长 RightLength string `json:"right_length,omitempty" xml:"right_length,omitempty"` // 左脚趾围 LeftZhiwei string `json:"left_zhiwei,omitempty" xml:"left_zhiwei,omitempty"` // 左脚跗围 LeftFuwei string `json:"left_fuwei,omitempty" xml:"left_fuwei,omitempty"` // 左脚宽 LeftWidth string `json:"left_width,omitempty" xml:"left_width,omitempty"` // 左脚长 LeftLength string `json:"left_length,omitempty" xml:"left_length,omitempty"` }
AlibabaFootscanMiniQueryMobilereportData 结构体
func GetAlibabaFootscanMiniQueryMobilereportData ¶ added in v1.3.4
func GetAlibabaFootscanMiniQueryMobilereportData() *AlibabaFootscanMiniQueryMobilereportData
GetAlibabaFootscanMiniQueryMobilereportData() 从对象池中获取AlibabaFootscanMiniQueryMobilereportData
type AlibabaFootscanMiniQueryMobilereportMtopResult ¶
type AlibabaFootscanMiniQueryMobilereportMtopResult struct { // 成功 Message string `json:"message,omitempty" xml:"message,omitempty"` // 成功 Code int64 `json:"code,omitempty" xml:"code,omitempty"` // 返回i数据 Data *AlibabaFootscanMiniQueryMobilereportData `json:"data,omitempty" xml:"data,omitempty"` }
AlibabaFootscanMiniQueryMobilereportMtopResult 结构体
func GetAlibabaFootscanMiniQueryMobilereportMtopResult ¶ added in v1.3.4
func GetAlibabaFootscanMiniQueryMobilereportMtopResult() *AlibabaFootscanMiniQueryMobilereportMtopResult
GetAlibabaFootscanMiniQueryMobilereportMtopResult() 从对象池中获取AlibabaFootscanMiniQueryMobilereportMtopResult
type AlibabaFootscanMiniReportFragmentFirstAPIRequest ¶ added in v1.2.0
type AlibabaFootscanMiniReportFragmentFirstAPIRequest struct { model.Params // contains filtered or unexported fields }
AlibabaFootscanMiniReportFragmentFirstAPIRequest 第一只脚生成报告接口 API请求 alibaba.footscan.mini.report.fragment.first
第一只脚生成报告接口
func GetAlibabaFootscanMiniReportFragmentFirstAPIRequest ¶ added in v1.3.4
func GetAlibabaFootscanMiniReportFragmentFirstAPIRequest() *AlibabaFootscanMiniReportFragmentFirstAPIRequest
GetAlibabaFootscanMiniReportFragmentFirstRequest 从 sync.Pool 获取 AlibabaFootscanMiniReportFragmentFirstAPIRequest
func NewAlibabaFootscanMiniReportFragmentFirstRequest ¶
func NewAlibabaFootscanMiniReportFragmentFirstRequest() *AlibabaFootscanMiniReportFragmentFirstAPIRequest
NewAlibabaFootscanMiniReportFragmentFirstRequest 初始化AlibabaFootscanMiniReportFragmentFirstAPIRequest对象
func (AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetApiMethodName ¶ added in v1.2.0
func (r AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetApiParams ¶ added in v1.2.0
func (r AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetRawParams ¶ added in v1.2.8
func (r AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetReqData ¶ added in v1.2.0
func (r AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetReqData() *FilePackageRequest
GetReqData ReqData Getter
func (AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetToken ¶ added in v1.2.0
func (r AlibabaFootscanMiniReportFragmentFirstAPIRequest) GetToken() string
GetToken Token Getter
func (*AlibabaFootscanMiniReportFragmentFirstAPIRequest) Reset ¶ added in v1.3.4
func (r *AlibabaFootscanMiniReportFragmentFirstAPIRequest) Reset()
Reset IRequest interface 方法, 清空结构体
func (*AlibabaFootscanMiniReportFragmentFirstAPIRequest) SetReqData ¶ added in v1.2.0
func (r *AlibabaFootscanMiniReportFragmentFirstAPIRequest) SetReqData(_reqData *FilePackageRequest) error
SetReqData is ReqData Setter 请求数据
func (*AlibabaFootscanMiniReportFragmentFirstAPIRequest) SetToken ¶ added in v1.2.0
func (r *AlibabaFootscanMiniReportFragmentFirstAPIRequest) SetToken(_token string) error
SetToken is Token Setter 平台分配的token
type AlibabaFootscanMiniReportFragmentFirstAPIResponse ¶
type AlibabaFootscanMiniReportFragmentFirstAPIResponse struct { model.CommonResponse AlibabaFootscanMiniReportFragmentFirstAPIResponseModel }
AlibabaFootscanMiniReportFragmentFirstAPIResponse 第一只脚生成报告接口 API返回值 alibaba.footscan.mini.report.fragment.first
第一只脚生成报告接口
func GetAlibabaFootscanMiniReportFragmentFirstAPIResponse ¶ added in v1.3.4
func GetAlibabaFootscanMiniReportFragmentFirstAPIResponse() *AlibabaFootscanMiniReportFragmentFirstAPIResponse
GetAlibabaFootscanMiniReportFragmentFirstAPIResponse 从 sync.Pool 获取 AlibabaFootscanMiniReportFragmentFirstAPIResponse
func (*AlibabaFootscanMiniReportFragmentFirstAPIResponse) Reset ¶ added in v1.3.4
func (m *AlibabaFootscanMiniReportFragmentFirstAPIResponse) Reset()
Reset 清空结构体
type AlibabaFootscanMiniReportFragmentFirstAPIResponseModel ¶ added in v1.2.0
type AlibabaFootscanMiniReportFragmentFirstAPIResponseModel struct { XMLName xml.Name `xml:"alibaba_footscan_mini_report_fragment_first_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 服务出参 Result *AlibabaFootscanMiniReportFragmentFirstMtopResult `json:"result,omitempty" xml:"result,omitempty"` }
AlibabaFootscanMiniReportFragmentFirstAPIResponseModel is 第一只脚生成报告接口 成功返回结果
func (*AlibabaFootscanMiniReportFragmentFirstAPIResponseModel) Reset ¶ added in v1.3.4
func (m *AlibabaFootscanMiniReportFragmentFirstAPIResponseModel) Reset()
Reset 清空结构体
type AlibabaFootscanMiniReportFragmentFirstData ¶
type AlibabaFootscanMiniReportFragmentFirstData struct { // 扫描ID ScanId string `json:"scan_id,omitempty" xml:"scan_id,omitempty"` // 测量结果为0 IsZero bool `json:"is_zero,omitempty" xml:"is_zero,omitempty"` }
AlibabaFootscanMiniReportFragmentFirstData 结构体
func GetAlibabaFootscanMiniReportFragmentFirstData ¶ added in v1.3.4
func GetAlibabaFootscanMiniReportFragmentFirstData() *AlibabaFootscanMiniReportFragmentFirstData
GetAlibabaFootscanMiniReportFragmentFirstData() 从对象池中获取AlibabaFootscanMiniReportFragmentFirstData
type AlibabaFootscanMiniReportFragmentFirstMtopResult ¶
type AlibabaFootscanMiniReportFragmentFirstMtopResult struct { // 成功 Message string `json:"message,omitempty" xml:"message,omitempty"` // 成功 Code int64 `json:"code,omitempty" xml:"code,omitempty"` // 返回i数据 Data *AlibabaFootscanMiniReportFragmentFirstData `json:"data,omitempty" xml:"data,omitempty"` }
AlibabaFootscanMiniReportFragmentFirstMtopResult 结构体
func GetAlibabaFootscanMiniReportFragmentFirstMtopResult ¶ added in v1.3.4
func GetAlibabaFootscanMiniReportFragmentFirstMtopResult() *AlibabaFootscanMiniReportFragmentFirstMtopResult
GetAlibabaFootscanMiniReportFragmentFirstMtopResult() 从对象池中获取AlibabaFootscanMiniReportFragmentFirstMtopResult
type AlibabaFootscanMiniReportFragmentSecondAPIRequest ¶ added in v1.2.0
type AlibabaFootscanMiniReportFragmentSecondAPIRequest struct { model.Params // contains filtered or unexported fields }
AlibabaFootscanMiniReportFragmentSecondAPIRequest 第二只脚生成报告接口 API请求 alibaba.footscan.mini.report.fragment.second
第二只脚生成报告接口
func GetAlibabaFootscanMiniReportFragmentSecondAPIRequest ¶ added in v1.3.4
func GetAlibabaFootscanMiniReportFragmentSecondAPIRequest() *AlibabaFootscanMiniReportFragmentSecondAPIRequest
GetAlibabaFootscanMiniReportFragmentSecondRequest 从 sync.Pool 获取 AlibabaFootscanMiniReportFragmentSecondAPIRequest
func NewAlibabaFootscanMiniReportFragmentSecondRequest ¶
func NewAlibabaFootscanMiniReportFragmentSecondRequest() *AlibabaFootscanMiniReportFragmentSecondAPIRequest
NewAlibabaFootscanMiniReportFragmentSecondRequest 初始化AlibabaFootscanMiniReportFragmentSecondAPIRequest对象
func (AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetApiMethodName ¶ added in v1.2.0
func (r AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetApiParams ¶ added in v1.2.0
func (r AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetRawParams ¶ added in v1.2.8
func (r AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetReqData ¶ added in v1.2.0
func (r AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetReqData() *FilePackageBasicReq
GetReqData ReqData Getter
func (AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetToken ¶ added in v1.2.0
func (r AlibabaFootscanMiniReportFragmentSecondAPIRequest) GetToken() string
GetToken Token Getter
func (*AlibabaFootscanMiniReportFragmentSecondAPIRequest) Reset ¶ added in v1.3.4
func (r *AlibabaFootscanMiniReportFragmentSecondAPIRequest) Reset()
Reset IRequest interface 方法, 清空结构体
func (*AlibabaFootscanMiniReportFragmentSecondAPIRequest) SetReqData ¶ added in v1.2.0
func (r *AlibabaFootscanMiniReportFragmentSecondAPIRequest) SetReqData(_reqData *FilePackageBasicReq) error
SetReqData is ReqData Setter 请求数据
func (*AlibabaFootscanMiniReportFragmentSecondAPIRequest) SetToken ¶ added in v1.2.0
func (r *AlibabaFootscanMiniReportFragmentSecondAPIRequest) SetToken(_token string) error
SetToken is Token Setter 平台分配的token
type AlibabaFootscanMiniReportFragmentSecondAPIResponse ¶
type AlibabaFootscanMiniReportFragmentSecondAPIResponse struct { model.CommonResponse AlibabaFootscanMiniReportFragmentSecondAPIResponseModel }
AlibabaFootscanMiniReportFragmentSecondAPIResponse 第二只脚生成报告接口 API返回值 alibaba.footscan.mini.report.fragment.second
第二只脚生成报告接口
func GetAlibabaFootscanMiniReportFragmentSecondAPIResponse ¶ added in v1.3.4
func GetAlibabaFootscanMiniReportFragmentSecondAPIResponse() *AlibabaFootscanMiniReportFragmentSecondAPIResponse
GetAlibabaFootscanMiniReportFragmentSecondAPIResponse 从 sync.Pool 获取 AlibabaFootscanMiniReportFragmentSecondAPIResponse
func (*AlibabaFootscanMiniReportFragmentSecondAPIResponse) Reset ¶ added in v1.3.4
func (m *AlibabaFootscanMiniReportFragmentSecondAPIResponse) Reset()
Reset 清空结构体
type AlibabaFootscanMiniReportFragmentSecondAPIResponseModel ¶ added in v1.2.0
type AlibabaFootscanMiniReportFragmentSecondAPIResponseModel struct { XMLName xml.Name `xml:"alibaba_footscan_mini_report_fragment_second_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 服务出参 Result *AlibabaFootscanMiniReportFragmentSecondMtopResult `json:"result,omitempty" xml:"result,omitempty"` }
AlibabaFootscanMiniReportFragmentSecondAPIResponseModel is 第二只脚生成报告接口 成功返回结果
func (*AlibabaFootscanMiniReportFragmentSecondAPIResponseModel) Reset ¶ added in v1.3.4
func (m *AlibabaFootscanMiniReportFragmentSecondAPIResponseModel) Reset()
Reset 清空结构体
type AlibabaFootscanMiniReportFragmentSecondData ¶
type AlibabaFootscanMiniReportFragmentSecondData struct { // 扫描ID ScanId string `json:"scan_id,omitempty" xml:"scan_id,omitempty"` // 测量结果为0 IsZero bool `json:"is_zero,omitempty" xml:"is_zero,omitempty"` }
AlibabaFootscanMiniReportFragmentSecondData 结构体
func GetAlibabaFootscanMiniReportFragmentSecondData ¶ added in v1.3.4
func GetAlibabaFootscanMiniReportFragmentSecondData() *AlibabaFootscanMiniReportFragmentSecondData
GetAlibabaFootscanMiniReportFragmentSecondData() 从对象池中获取AlibabaFootscanMiniReportFragmentSecondData
type AlibabaFootscanMiniReportFragmentSecondMtopResult ¶
type AlibabaFootscanMiniReportFragmentSecondMtopResult struct { // 成功 Message string `json:"message,omitempty" xml:"message,omitempty"` // 成功 Code int64 `json:"code,omitempty" xml:"code,omitempty"` // 返回i数据 Data *AlibabaFootscanMiniReportFragmentSecondData `json:"data,omitempty" xml:"data,omitempty"` }
AlibabaFootscanMiniReportFragmentSecondMtopResult 结构体
func GetAlibabaFootscanMiniReportFragmentSecondMtopResult ¶ added in v1.3.4
func GetAlibabaFootscanMiniReportFragmentSecondMtopResult() *AlibabaFootscanMiniReportFragmentSecondMtopResult
GetAlibabaFootscanMiniReportFragmentSecondMtopResult() 从对象池中获取AlibabaFootscanMiniReportFragmentSecondMtopResult
type FilePackageBasicReq ¶
type FilePackageBasicReq struct { // 脚型报告的唯一标识 ScanId string `json:"scan_id,omitempty" xml:"scan_id,omitempty"` // 第一张图片的文件名 FileName1 string `json:"file_name1,omitempty" xml:"file_name1,omitempty"` // 第二张图片的文件名 FileName2 string `json:"file_name2,omitempty" xml:"file_name2,omitempty"` // 用户唯一标识,可以是淘宝用户ID UserId string `json:"user_id,omitempty" xml:"user_id,omitempty"` // 第三张图片的文件名 FileName3 string `json:"file_name3,omitempty" xml:"file_name3,omitempty"` // 1左脚 2右脚 Type int64 `json:"type,omitempty" xml:"type,omitempty"` }
FilePackageBasicReq 结构体
func GetFilePackageBasicReq ¶ added in v1.3.4
func GetFilePackageBasicReq() *FilePackageBasicReq
GetFilePackageBasicReq() 从对象池中获取FilePackageBasicReq
type FilePackageRequest ¶
type FilePackageRequest struct { // 城市名称 City string `json:"city,omitempty" xml:"city,omitempty"` // 淘宝的nickName NickName string `json:"nick_name,omitempty" xml:"nick_name,omitempty"` // 角色ID RoleId string `json:"role_id,omitempty" xml:"role_id,omitempty"` // 区域编码 DistrictAdcode string `json:"district_adcode,omitempty" xml:"district_adcode,omitempty"` // 用户唯一标识,可以是淘宝用户Id UserId string `json:"user_id,omitempty" xml:"user_id,omitempty"` // 设备系统平台 Platform string `json:"platform,omitempty" xml:"platform,omitempty"` // 设备品牌 MobileBrand string `json:"mobile_brand,omitempty" xml:"mobile_brand,omitempty"` // 省份名称 Province string `json:"province,omitempty" xml:"province,omitempty"` // 前8位是日期,后10位是随机字符串 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 城市代码 CityAdcode string `json:"city_adcode,omitempty" xml:"city_adcode,omitempty"` // 国家代码 CountryCode string `json:"country_code,omitempty" xml:"country_code,omitempty"` // 手机型号 MobileModel string `json:"mobile_model,omitempty" xml:"mobile_model,omitempty"` // 区域名称 District string `json:"district,omitempty" xml:"district,omitempty"` // 第一张图片的文件名 FileName1 string `json:"file_name1,omitempty" xml:"file_name1,omitempty"` // 第二张图片的文件名 FileName2 string `json:"file_name2,omitempty" xml:"file_name2,omitempty"` // 第三张图片的文件名 FileName3 string `json:"file_name3,omitempty" xml:"file_name3,omitempty"` // 用户关系类型0/本人 1/爱人 2/父母 3/朋友 4/子女 99/他人 RelationType int64 `json:"relation_type,omitempty" xml:"relation_type,omitempty"` // 1男2女 Gender int64 `json:"gender,omitempty" xml:"gender,omitempty"` // 1左脚 2右脚 Type int64 `json:"type,omitempty" xml:"type,omitempty"` }
FilePackageRequest 结构体
func GetFilePackageRequest ¶ added in v1.3.4
func GetFilePackageRequest() *FilePackageRequest
GetFilePackageRequest() 从对象池中获取FilePackageRequest
Source Files ¶
- AlibabaFootscanMiniQueryMobilereportAPIRequest.go
- AlibabaFootscanMiniQueryMobilereportAPIResponse.go
- AlibabaFootscanMiniQueryMobilereportData.go
- AlibabaFootscanMiniQueryMobilereportMtopResult.go
- AlibabaFootscanMiniReportFragmentFirstAPIRequest.go
- AlibabaFootscanMiniReportFragmentFirstAPIResponse.go
- AlibabaFootscanMiniReportFragmentFirstData.go
- AlibabaFootscanMiniReportFragmentFirstMtopResult.go
- AlibabaFootscanMiniReportFragmentSecondAPIRequest.go
- AlibabaFootscanMiniReportFragmentSecondAPIResponse.go
- AlibabaFootscanMiniReportFragmentSecondData.go
- AlibabaFootscanMiniReportFragmentSecondMtopResult.go
- FilePackageBasicReq.go
- FilePackageRequest.go
- doc.go