🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~[api] post:/order/get/order *string:orderNum=123456#订单号 *int:amount=1000#金额 分 *string:account=cuijun#账号 *string:token=123456#加密字符串 <<< success { "code": 200, "info": { "ID": 22, "CreatedAt": "2019-03-21T19:44:14.1064146+08:00", "UpdatedAt": "2019-03-21T19:44:14.1064146+08:00", "DeletedAt": null, "uid": 2, "ordernum": "123456", "amount": 970, "push_app_time": null, "app_push_time": null, "callback_time": null, "pay_time": null, "pay_callback_time": null, "pay_status": 0, "pay_image": "" }, "msg": "success" } <<< error { "code": 200, "info": "该订单记录以及存在", "msg": "error" } ~~~ token计算方法为 MD5(orderNum+amount+account+用户token)