Skip to main content
e-Buy Docs
View All
Search
Shelves
Books
Log in
Info
Content
Books
e-Buy PaaS API
易百收银插件api
获取 TOKEN
获取 TOKEN
基本信息
接口名称:
获取 TOKEN
状 态:
已完成
接口路径:
POST
/paas/app/cashier/authToken
更新时间:
2021-08-27 02:21:43
Mock地址:
https://apimock.e-buychina.com/mock/605/paas/app/cashier/authToken
请求参数
Headers:
参数名称
参数值
是否必填
Content-Type
application/json
是
paas-version
1.1.0
是
Body:
参数名称
类型
必填
默认值
备注
其他信息
uuid
string
是
请求序列号
最大长度:50
最小长度:1
Mock:@now('yyyyMMdd')-@string('lower',32)
appId
string
是
请求AppId
最大长度:50
最小长度:1
Mock:ebuydev100100100
action
string
是
交易类型
最大长度:50
最小长度:1
Mock:authToken
timestamp
number
是
请求时间戳
Mock:@timestamp
lang
string
是
语言
最大长度:50
最小长度:1
Mock:zh_CN
content
object
是
请求业务内容
appId
string
是
请求AppId,同上
最大长度:50
最小长度:1
Mock:@string
返回数据
参数名称
类型
必填
默认值
备注
其他信息
uuid
string
是
请求序列号
最大长度:50
最小长度:1
Mock:@now('yyyyMMdd')-@string('lower',32)
success
boolean
是
交易成功与否
Mock:@boolean
action
string
是
交易类型
最大长度:50
最小长度:1
Mock:authToken
timestamp
number
是
返回时间戳
Mock:@timestamp
errorCode
string
是
错误码
最大长度:50
Mock:@word
errorMessage
string
是
错误描述
最大长度:50
Mock:@csentence
content
object
是
返回报文
ebuyToken
string
是
TOKEN
最大长度:128
最小长度:20
Mock:@natural(20, 128)
备注
变更历史
变更日期
变更内容
2021-08-26
{"path":"\/authToken","params":[]}
{"path":"\/authToken","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"},{"required":"1","name":"paas-version","value":"1.1.0","example":"","desc":"\u56fa\u5b9a\u503c"}]
[{"required":"1","name":"Content-Type","value":"application\/json"},{"required":"1","name":"paas-version","value":"1.1.0","example":"","desc":"\u56fa\u5b9a\u503c"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求AppId","minLength":1,"maxLength":50,"mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{},"description":"请求业务内容"}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求AppId","minLength":1,"maxLength":50,"mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"appId":{"type":"string","mock":{"mock":"@string"},"description":"请求AppId,同上","minLength":1,"maxLength":50}},"description":"请求业务内容","required":["appId"]}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-05-13
{"path":"\/authToken","params":[]}
{"path":"\/authToken","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"},{"required":"1","name":"paas-version","value":"1.1.0","example":"","desc":"\u56fa\u5b9a\u503c"}]
[{"required":"1","name":"Content-Type","value":"application\/json"},{"required":"1","name":"paas-version","value":"1.1.0","example":"","desc":"\u56fa\u5b9a\u503c"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求AppId","minLength":1,"maxLength":50,"mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"signType":{"type":"string","mock":{"mock":"sha256"},"description":"签名类型","minLength":1,"maxLength":20},"sign":{"type":"string","mock":{"mock":"@natural"},"description":"签名值","minLength":1,"maxLength":500},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang","signType","sign"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求AppId","minLength":1,"maxLength":50,"mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{},"description":"请求业务内容"}},"required":["uuid","appId","action","timestamp","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-27
{"path":"\/authToken","params":[]}
{"path":"\/authToken","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"},{"required":"1","name":"paas-version","value":"1.1.0","example":"","desc":"\u56fa\u5b9a\u503c"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求AppId","minLength":1,"maxLength":50,"mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"signType":{"type":"string","mock":{"mock":"sha256"},"description":"签名类型","minLength":1,"maxLength":20},"sign":{"type":"string","mock":{"mock":"@natural"},"description":"签名值","minLength":1,"maxLength":500},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang","signType","sign"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求AppId","minLength":1,"maxLength":50,"mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"signType":{"type":"string","mock":{"mock":"sha256"},"description":"签名类型","minLength":1,"maxLength":20},"sign":{"type":"string","mock":{"mock":"@natural"},"description":"签名值","minLength":1,"maxLength":500},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang","signType","sign"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-25
{"path":"\/paas\/app\/cashier\/authToken","params":[]}
{"path":"\/authToken","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求AppId","minLength":1,"maxLength":50,"mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"signType":{"type":"string","mock":{"mock":"sha256"},"description":"签名类型","minLength":1,"maxLength":20},"sign":{"type":"string","mock":{"mock":"@natural"},"description":"签名值","minLength":1,"maxLength":500},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang","signType","sign"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求AppId","minLength":1,"maxLength":50,"mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"signType":{"type":"string","mock":{"mock":"sha256"},"description":"签名类型","minLength":1,"maxLength":20},"sign":{"type":"string","mock":{"mock":"@natural"},"description":"签名值","minLength":1,"maxLength":500},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang","signType","sign"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-25
{"path":"\/authToken","params":[]}
{"path":"\/paas\/app\/cashier\/authToken","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求AppId","minLength":1,"maxLength":50,"mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"signType":{"type":"string","mock":{"mock":"sha256"},"description":"签名类型","minLength":1,"maxLength":20},"sign":{"type":"string","mock":{"mock":"@natural"},"description":"签名值","minLength":1,"maxLength":500},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang","signType","sign"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求AppId","minLength":1,"maxLength":50,"mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"signType":{"type":"string","mock":{"mock":"sha256"},"description":"签名类型","minLength":1,"maxLength":20},"sign":{"type":"string","mock":{"mock":"@natural"},"description":"签名值","minLength":1,"maxLength":500},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang","signType","sign"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-22
{"path":"\/authToken","params":[]}
{"path":"\/authToken","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"signType":{"type":"string","mock":{"mock":"sha256"},"description":"签名类型","minLength":1,"maxLength":20},"sign":{"type":"string","mock":{"mock":"@natural"},"description":"签名值","minLength":1,"maxLength":500},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang","signType","sign"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","description":"请求AppId","minLength":1,"maxLength":50,"mock":{"mock":"ebuydev100100100"}},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"signType":{"type":"string","mock":{"mock":"sha256"},"description":"签名类型","minLength":1,"maxLength":20},"sign":{"type":"string","mock":{"mock":"@natural"},"description":"签名值","minLength":1,"maxLength":500},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang","signType","sign"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-21
{"path":"\/authToken","params":[]}
{"path":"\/authToken","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"signType":{"type":"string","mock":{"mock":"sha256"},"description":"签名类型","minLength":1,"maxLength":20},"sign":{"type":"string","mock":{"mock":"@natural"},"description":"签名值","minLength":1,"maxLength":500},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang","signType","sign"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-18
{"path":"\/authenticate","params":[]}
{"path":"\/authToken","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authToken"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-18
{"path":"\/authenticate","params":[]}
{"path":"\/authenticate","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{},"description":"请求报文"}},"required":["uuid","appId","action","timestamp","content","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-18
{"path":"\/authenticate","params":[]}
{"path":"\/authenticate","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","content","lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{},"description":"请求报文"}},"required":["uuid","appId","action","timestamp","content","lang","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-18
{"path":"\/authenticate","params":[]}
{"path":"\/authenticate","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","content","lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","content","lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"description":"预支付 ID","minLength":20,"maxLength":128}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128,"description":"TOKEN"}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-18
{"path":"\/authenticate","params":[]}
{"path":"\/authenticate","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","content","lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","content","lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"createTrade"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"description":"预支付 ID","minLength":20,"maxLength":128}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"description":"预支付 ID","minLength":20,"maxLength":128}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-18
{"path":"\/authenticate","params":[]}
{"path":"\/authenticate","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"createTrade"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","content","lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"authenticate"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","content","lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"createTrade"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"description":"预支付 ID","minLength":20,"maxLength":128}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"createTrade"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"description":"预支付 ID","minLength":20,"maxLength":128}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-18
{"path":"\/authenticate","params":[]}
{"path":"\/authenticate","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"raw"}
{"req_body_type":"json"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{ "type": "object", "title": "empty object", "properties": { "uuid": { "type": "string", "mock": { "mock": "@now(\'yyyyMMdd\')-@string(\'lower\',32)" }, "description": "请求序列号", "minLength": 1, "maxLength": 50 }, "appId": { "type": "string", "mock": { "mock": "@natural" }, "description": "请求AppId", "minLength": 1, "maxLength": 50 }, "action": { "type": "string", "mock": { "mock": "createTrade" }, "description": "交易类型", "minLength": 1, "maxLength": 50 }, "timestamp": { "type": "number", "mock": { "mock": "@timestamp" }, "description": "请求时间戳", "minimum": 0, "exclusiveMinimum": true, "maximum": 14, "exclusiveMaximum": true }, "lang": { "type": "string", "mock": { "mock": "zh_CN" }, "description": "语言", "minLength": 1, "maxLength": 50 } }, "required": ["uuid", "appId", "action", "timestamp", "content", "lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"createTrade"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50}},"required":["uuid","appId","action","timestamp","content","lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"createTrade"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"description":"预支付 ID","minLength":20,"maxLength":128}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"createTrade"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"description":"预支付 ID","minLength":20,"maxLength":128}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-18
{"path":"\/authenticate","params":[]}
{"path":"\/authenticate","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"raw"}
{"req_body_type":"raw"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{ "type": "object", "title": "empty object", "properties": { "uuid": { "type": "string", "mock": { "mock": "@now(\'yyyyMMdd\')-@string(\'lower\',32)" }, "description": "请求序列号", "minLength": 1, "maxLength": 50 }, "appId": { "type": "string", "mock": { "mock": "@natural" }, "description": "请求AppId", "minLength": 1, "maxLength": 50 }, "action": { "type": "string", "mock": { "mock": "createTrade" }, "description": "交易类型", "minLength": 1, "maxLength": 50 }, "timestamp": { "type": "number", "mock": { "mock": "@timestamp" }, "description": "请求时间戳", "minimum": 0, "exclusiveMinimum": true, "maximum": 14, "exclusiveMaximum": true }, "lang": { "type": "string", "mock": { "mock": "zh_CN" }, "description": "语言", "minLength": 1, "maxLength": 50 } }, "required": ["uuid", "appId", "action", "timestamp", "content", "lang"]}
{ "type": "object", "title": "empty object", "properties": { "uuid": { "type": "string", "mock": { "mock": "@now(\'yyyyMMdd\')-@string(\'lower\',32)" }, "description": "请求序列号", "minLength": 1, "maxLength": 50 }, "appId": { "type": "string", "mock": { "mock": "@natural" }, "description": "请求AppId", "minLength": 1, "maxLength": 50 }, "action": { "type": "string", "mock": { "mock": "createTrade" }, "description": "交易类型", "minLength": 1, "maxLength": 50 }, "timestamp": { "type": "number", "mock": { "mock": "@timestamp" }, "description": "请求时间戳", "minimum": 0, "exclusiveMinimum": true, "maximum": 14, "exclusiveMaximum": true }, "lang": { "type": "string", "mock": { "mock": "zh_CN" }, "description": "语言", "minLength": 1, "maxLength": 50 } }, "required": ["uuid", "appId", "action", "timestamp", "content", "lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"createTrade"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"prepayId":{"type":"string","mock":{"mock":"@natural"},"description":"预支付 ID","minLength":1,"maxLength":128},"paymentChannelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"},"minLength":1,"maxLength":10},"outTradeNo":{"type":"string","description":"外部订单号","mock":{"mock":"@natural(32, 128)"},"minLength":32,"maxLength":128},"qrCodeUrl":{"type":"string","mock":{"mock":"@imageData"},"description":"二维码","minLength":1,"maxLength":2000},"channelAppId":{"type":"string","description":"支付渠道的 APP ID","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32},"redirectUrl":{"type":"string","description":"跳转地址","mock":{"mock":"@string"},"minLength":1,"maxLength":2000},"channelParams":{"type":"object","properties":{},"description":"唤起渠道收银台报文,定制需求,要提前和 ebuy 约定"}},"required":["prepayId","paymentChannelType","outTradeNo","channelAppId"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"createTrade"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"ebuyToken":{"type":"string","mock":{"mock":"@natural(20, 128)"},"description":"预支付 ID","minLength":20,"maxLength":128}},"required":["ebuyToken"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
2021-04-18
{"path":"\/createTrade_1618710218413","params":[]}
{"path":"\/authenticate","params":[]}
[{"required":"1","name":"Content-Type","value":"application\/json"}]
[{"required":"1","name":"Content-Type","value":"application\/json"}]
{"req_body_type":"json"}
{"req_body_type":"raw"}
{"res_body_type":"json"}
{"res_body_type":"json"}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"appId":{"type":"string","mock":{"mock":"@natural"},"description":"请求AppId","minLength":1,"maxLength":50},"action":{"type":"string","mock":{"mock":"createTrade"},"description":"交易类型","minLength":1,"maxLength":50},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"请求时间戳","minimum":0,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"lang":{"type":"string","mock":{"mock":"zh_CN"},"description":"语言","minLength":1,"maxLength":50},"content":{"type":"object","properties":{"payType":{"type":"string","description":"支付渠道标识","mock":{"mock":"@word(1, 10)"},"minLength":1,"maxLength":10},"userInfo":{"type":"object","properties":{"userId":{"type":"string","description":"用户ID","mock":{"mock":"@natural(32)"},"minLength":32,"maxLength":32},"platform":{"type":"string","description":"平台标识","mock":{"mock":"@word(1, 10)"},"minLength":1,"maxLength":10}},"required":["userId","platform"],"description":"用户信息"},"notifyUrl":{"type":"string","description":"交易结果通知地址(带有异步的结果参数)","mock":{"mock":"@url"},"minLength":0,"maxLength":2000},"afterPayUrl":{"type":"string","description":"支付完成后跳转地址(带有同步的结果参数)","mock":{"mock":"@url"},"minLength":0,"maxLength":2000},"cancelPayUrl":{"type":"string","description":"中断支付或支付失败跳转地址","mock":{"mock":"@url"},"minLength":0,"maxLength":2000},"storeInfo":{"type":"object","properties":{"deviceNo":{"type":"string","description":"设备号","mock":{"mock":"@natural(5, 32)"},"minLength":5,"maxLength":32},"shopNo":{"type":"string","description":"门店号","mock":{"mock":"@natural(5, 32)"},"minLength":5,"maxLength":32},"areaCode":{"type":"number","description":"门店行政区划码","mock":{"mock":"@integer(6)"},"minimum":6,"exclusiveMinimum":true,"maximum":6,"exclusiveMaximum":true},"name":{"type":"string","description":"门店名称","mock":{"mock":"@word(4, 20)"},"minLength":4,"maxLength":20}},"required":["deviceNo","shopNo"],"description":"门店信息"},"orderId":{"type":"string","description":"订单 ID","mock":{"mock":"@natural(20, 128)"},"minLength":20,"maxLength":128},"orderTitle":{"type":"string","description":"订单标题","mock":{"mock":"@title(5, 20)"},"minLength":5,"maxLength":20},"orderDesc":{"type":"string","description":"订单描述","mock":{"mock":"@csentence"},"minLength":0,"maxLength":2000},"goodsDetail":{"type":"array","items":{"type":"object","properties":{"goodsId":{"type":"string","description":"商品 ID","mock":{"mock":"@natural"},"minLength":32,"maxLength":32},"goodsName":{"type":"string","description":"商品名称","mock":{"mock":"@word(5, 50)"},"minLength":5,"maxLength":50},"goodsNum":{"type":"number","description":"数量","mock":{"mock":"@integer(1, 100)"},"minimum":1,"exclusiveMinimum":true,"maximum":10,"exclusiveMaximum":true},"priceSale":{"type":"number","description":"售价","mock":{"mock":"@float(0, 10000, 0, 2)"},"minimum":1,"exclusiveMinimum":true,"maximum":10,"exclusiveMaximum":true},"spec":{"type":"string","description":"产品规格","mock":{"mock":"@word(1, 5)"},"minLength":1,"maxLength":5},"category":{"type":"string","description":"产品品类","mock":{"mock":"@word(1, 10)"},"minLength":1,"maxLength":10},"units":{"type":"string","description":"单位","mock":{"mock":"@word(1,2)"},"minLength":1,"maxLength":2},"incentiveFlag":{"type":"string","description":"优惠标识 (枚举)","mock":{"mock":"@word"},"minLength":0,"maxLength":10}},"required":["goodsId","goodsNum","priceSale"]},"description":"商品信息"},"extendInfo":{"type":"object","properties":{},"description":"附加信息"},"outTradeNo":{"type":"string","description":"外部订单号。如果商户同时使用多个渠道,可以选用最小值","mock":{"mock":"@natural(32, 128)"},"minLength":32,"maxLength":128},"totalAmount":{"type":"number","description":"订单总金额","mock":{"mock":"100"},"minimum":1,"exclusiveMinimum":true,"maximum":10,"exclusiveMaximum":true},"oriOrderAmount":{"type":"number","description":"订单原始金额","mock":{"mock":"110"},"minimum":1,"exclusiveMinimum":true,"maximum":10,"exclusiveMaximum":true},"incentivedAmount":{"type":"number","description":"不参与优惠的金额","mock":{"mock":"10"},"minimum":1,"exclusiveMinimum":true,"maximum":10,"exclusiveMaximum":true},"currency":{"type":"string","description":"币种","mock":{"mock":"CNY"},"minLength":3,"maxLength":5},"spbillCreateIp":{"type":"string","description":"设备终端IP","mock":{"mock":"@ip"},"maxLength":15,"minLength":8},"timeStart":{"type":"number","description":"交易起始时间yyyyMMddHHmmss","mock":{"mock":"@timestamp"},"minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"timeExpire":{"type":"number","description":"交易过期时间yyyyMMddHHmmss","mock":{"mock":"@timestamp"},"minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"assetInfo":{"type":"object","properties":{"assetType":{"type":"string","mock":{"mock":"paypal"},"description":"资产类型","minLength":1,"maxLength":10},"points":{"type":"number","mock":{"mock":"@integer"},"description":"积分数","minimum":0,"exclusiveMinimum":true,"maximum":10,"exclusiveMaximum":true},"couponList":{"type":"string","description":"券码列表","minLength":0,"maxLength":500,"mock":{"mock":"[\\"fakeCardNo01|fakeCardSecret01\\",\\"fakeCardNo02|fakeCardSecret02\\"]"}},"cardNo":{"type":"number","description":"卡号","mock":{"mock":"@natural"},"minimum":10,"exclusiveMinimum":true,"maximum":18,"exclusiveMaximum":true},"cardSecret":{"type":"string","description":"卡密(AES加密)","mock":{"mock":"@string"},"minLength":128,"maxLength":128}},"required":["assetType"],"description":"资产信息"},"subsidy":{"type":"array","items":{"type":"object","properties":{"account":{"type":"string","description":"主体编号","mock":{"mock":"@natural"},"minLength":32,"maxLength":32},"amount":{"type":"number","description":"补贴金额","mock":{"mock":"@float(0, 10000)"},"minimum":0,"exclusiveMinimum":true,"maximum":10000,"exclusiveMaximum":true}},"required":["account","amount"]},"description":"补贴描述"}},"required":["payType","userInfo","outTradeNo","goodsDetail","orderId","totalAmount","currency"],"description":"请求报文"}},"required":["uuid","appId","action","timestamp","content","lang"]}
{ "type": "object", "title": "empty object", "properties": { "uuid": { "type": "string", "mock": { "mock": "@now(\'yyyyMMdd\')-@string(\'lower\',32)" }, "description": "请求序列号", "minLength": 1, "maxLength": 50 }, "appId": { "type": "string", "mock": { "mock": "@natural" }, "description": "请求AppId", "minLength": 1, "maxLength": 50 }, "action": { "type": "string", "mock": { "mock": "createTrade" }, "description": "交易类型", "minLength": 1, "maxLength": 50 }, "timestamp": { "type": "number", "mock": { "mock": "@timestamp" }, "description": "请求时间戳", "minimum": 0, "exclusiveMinimum": true, "maximum": 14, "exclusiveMaximum": true }, "lang": { "type": "string", "mock": { "mock": "zh_CN" }, "description": "语言", "minLength": 1, "maxLength": 50 } }, "required": ["uuid", "appId", "action", "timestamp", "content", "lang"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"createTrade"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"prepayId":{"type":"string","mock":{"mock":"@natural"},"description":"预支付 ID","minLength":1,"maxLength":128},"paymentChannelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"},"minLength":1,"maxLength":10},"outTradeNo":{"type":"string","description":"外部订单号","mock":{"mock":"@natural(32, 128)"},"minLength":32,"maxLength":128},"qrCodeUrl":{"type":"string","mock":{"mock":"@imageData"},"description":"二维码","minLength":1,"maxLength":2000},"channelAppId":{"type":"string","description":"支付渠道的 APP ID","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32},"redirectUrl":{"type":"string","description":"跳转地址","mock":{"mock":"@string"},"minLength":1,"maxLength":2000},"channelParams":{"type":"object","properties":{},"description":"唤起渠道收银台报文,定制需求,要提前和 ebuy 约定"}},"required":["prepayId","paymentChannelType","outTradeNo","channelAppId"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
{"type":"object","title":"empty object","properties":{"uuid":{"type":"string","mock":{"mock":"@now(\'yyyyMMdd\')-@string(\'lower\',32)"},"description":"请求序列号","minLength":1,"maxLength":50},"success":{"type":"boolean","mock":{"mock":"@boolean"},"description":"交易成功与否"},"action":{"type":"string","mock":{"mock":"createTrade"},"description":"交易类型","maxLength":50,"minLength":1},"timestamp":{"type":"number","mock":{"mock":"@timestamp"},"description":"返回时间戳","minimum":1,"exclusiveMinimum":true,"maximum":14,"exclusiveMaximum":true},"errorCode":{"type":"string","mock":{"mock":"@word"},"description":"错误码","maxLength":50,"minLength":0},"errorMessage":{"type":"string","mock":{"mock":"@csentence"},"description":"错误描述","maxLength":50,"minLength":0},"content":{"type":"object","properties":{"prepayId":{"type":"string","mock":{"mock":"@natural"},"description":"预支付 ID","minLength":1,"maxLength":128},"paymentChannelType":{"type":"string","description":"支付渠道类型","mock":{"mock":"@string"},"minLength":1,"maxLength":10},"outTradeNo":{"type":"string","description":"外部订单号","mock":{"mock":"@natural(32, 128)"},"minLength":32,"maxLength":128},"qrCodeUrl":{"type":"string","mock":{"mock":"@imageData"},"description":"二维码","minLength":1,"maxLength":2000},"channelAppId":{"type":"string","description":"支付渠道的 APP ID","mock":{"mock":"@natural(1, 32)"},"minLength":1,"maxLength":32},"redirectUrl":{"type":"string","description":"跳转地址","mock":{"mock":"@string"},"minLength":1,"maxLength":2000},"channelParams":{"type":"object","properties":{},"description":"唤起渠道收银台报文,定制需求,要提前和 ebuy 约定"}},"required":["prepayId","paymentChannelType","outTradeNo","channelAppId"],"description":"返回报文"}},"required":["uuid","success","action","timestamp","errorCode","errorMessage","content"]}
api-id=27872
entities.pages_pointer_enter_mode
Previous
易百收银插件api
Next
拉起收银台插件
No Comments
Add Comment
New Comment
In reply to 1234
Remove
Cancel
Save Comment
Back to top
Entity Select
No Comments