构建支付宝post URL需要哪些参数?
目前使用https://openapi.alipaydev.com/gateway.do?作为测试 URL 和服务是 service=create_forex_trade
问问题
208 次
1 回答
0
我认为您需要添加以下参数 openapi 用于测试目的而 mapi.alipay.net 用于实际交易目的
https://openapi.alipaydev.com/gateway.do?_input_charset=utf-8
- 正文={订单号}
- 货币={澳元}
- notify_url={notify_url}
- out_trade_no={}
- 合作伙伴={partner_id}
- 价格=1395
- 数量=1
- return_url={return_url}
- 服务=trade_create_by_buyer
- 符号={encryption_sign_key}
- 符号类型=MD5
于 2015-12-31T05:31:38.103 回答