微信支付
POST
/wxpay/pay
接口描述
通过传openId和金额以及APP的编号来进行微信支付:请注意openId和money请传json { "userId":"oatjDv9Z2EV7i8z-zUkSl8WanJNg", "orderMoney":1, "id":2,"equipment","安卓还是iOS"}
请求头
参数名
类型
描述
必填
Content-Type
application/json
必填
请求参数
参数名
类型
描述
必填
userId
string
用户的标示 (请传json)
必填
orderMoney
int
金额 (请传json)
必填
id
int
APP的编号(若你是分类招生就是1,问课咨询为2,图片文字识别软件为3)(请传json)
必填
traingId
int
请注意:你若是分类招生,那么请把培训的编号一起传过来 其他的APP忽略
必填