接口文档 |
||||||||||||||||||||||||||||||||||||||||
下单接口: | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
域名/api/withdraw | ||||||||||||||||||||||||||||||||||||||||
请求方式: | ||||||||||||||||||||||||||||||||||||||||
POST [application/x-www-form-urlencoded] | ||||||||||||||||||||||||||||||||||||||||
请求参数: | ||||||||||||||||||||||||||||||||||||||||
示例:MD5签名前的原始数据,测试商户号(10086),商户密钥(ed076287532e86365e841e92bfc50d8c)
address=dfedfvdfvfdvddv34&amount=100.00&mcode=10086¬ifyurl=http:"//127.0.0.1/api/notifyurl&order_no=1231231313123&time=159009890980&key=ed076287532e86365e841e92bfc50d8c
通过md5加密32位后转为大写得到 7331A307F9D86C8C052DB452D1C5AB46 |
||||||||||||||||||||||||||||||||||||||||
请求示例: | ||||||||||||||||||||||||||||||||||||||||
{"mcode":"10086","amount":100,"order_no":"DD12131313131","notifyurl":"http://127.0.0.1/api/notifyurl","time":1648136845,"sign":"4721334A44A442022A8C78407060FF1D"}
|
||||||||||||||||||||||||||||||||||||||||
请求结果: | ||||||||||||||||||||||||||||||||||||||||
错误:
{"result":"1001","msg":"商户号不能为空","data":[],"timestamp":1648140082}
成功:result = 2000,充值金额:amount,商户订单号:order_sn,平台订单号:order,状态:status 1创建成功 2提现成功
{
"result": 2000,
"msg": "成功",
"data": {
"status": 2,
"order": "20220525170702885091182518",
"order_sn": "2342342",
"amount": "222"
}
}
|