请求地址
测试环境:https://test.wsmsd.cn/sit
生产环境:https://s2.lakala.com
接口:/api/v3/tkbs/open_merchant_addTerm
请求加密:SM4
返回解密:SM4
请求接口业务参数说明(req_data)
| 参数名称 |
参数说明 |
请求类型 |
是否必须 |
数据类型 |
schema |
| merchant_no |
外部商户编号 |
body |
TRUE |
string |
|
| bz_pos |
见附录-[[业务类型表]] |
body |
TRUE |
string |
|
| term_num |
终端数量 |
body |
TRUE |
Integer |
|
| shop_id |
网点编号 |
body |
TRUE |
Long |
[[获取商户信息]] 接口中有返回 |
| fees |
费率信息集合 |
body |
FALSE |
List< FeeInfoDto> |
详见 FeeInfoDto 对象 |
| attachments |
附件信息集合 |
body |
FALSE |
List< AttachmentDto > |
详见 AttachmentDto 对象 |
| org_code |
鉴权机构号 |
Body |
TRUE |
String |
|
FeeInfoDto对象
| 参数名称 |
参数说明 |
请求类型 |
是否必须 |
数据类型 |
schema |
| fee |
费率 |
body |
TRUE |
Double |
|
| top_fee |
费率封顶上限 |
body |
TRUE |
Double |
|
| fee_type |
费率类型(详见[[费率代码表]]) |
body |
TRUE |
String |
|
|
|
|
|
|
|
AttachmentDto对象
| 参数名称 |
参数说明 |
请求类型 |
是否必须 |
数据类型 |
schema |
| img_path |
附件路径 |
body |
FALSE |
String |
|
| img_type |
附件类型(详见附件类型表) |
body |
FALSE |
String |
|
返回参数(resp_data)
| 参数名称 |
参数说明 |
响应类型 |
是否必须 |
数据类型 |
schema |
| message |
|
body |
FALSE |
number(double) |
|
| review_related_id |
变更凭证id[变更结果可通过id进行查询] |
body |
FALSE |
string |
|
请求报文参考
响应报文参考