文档
测试
POST
http://{{host}}/csb/open/customer/customer!customer_login.action

接口描述

登录、获取CSN、key

请求参数

参数名
类型
描述
必填
loginName
String
必须,用户名
必填
pwd
String
必须,密码
必填
code
String
非必须,验证码(没有实现)
必填

响应参数

参数名
类型
描述
必填
csn
string
客户端标识
必填
key
string
密钥
必填
msg
string
消息
必填
success
boolean
示例:true/false
必填