开户
POST
/api/groupon/caiyang/accounts.ashx
接口描述
IT环境:http://192.168.111.29:8007;ST环境:https://pre-pintuan.myj.com.cn;UAT环境:https://mir-pintuan.myj.com.cn;生产环境:https://pintuan.myj.com.cn。 开户结果异步通知 - 收到回调通知需回写大写“SUCCESS”,如没有回写则会重复通知,总共10次。回调参数包含:RetCode(返回码,0=c失败, 1=c成功, 999=Unknow),OpenState(账户状态,未开户=-1, 账户失效=0, 已开户=1, 开户中=2, 开户失败=3),PartnerMemberID(合作商会员ID)。
请求参数 [form-data]
参数名
类型
描述
必填
sign
string
示例:3ad6713ca84eaa10eb5a16e1cc9b910c
必填
timestamp
string
示例:2020-05-18 16:04:59
必填
method
string
示例:createaccount
必填
partnerMemberID
string
合作商会员ID,示例:a13533550310
必填
mobile
string
手机号,示例:13533550310
必填
memberType
string
账户属性(1.个人、2.商户,默认个人),示例:2
必填
protocolConfirm
string
协议确认(0否1是),示例:1
必填
callbackUri
string
开户结果异步通知地址,示例:http://localhost:9688/web/Vendor/VendorRegisterCallback.ashx
必填