多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 1.1撤销订单 **撤销订单(暂停使用)** ~~~[api] post: /api/devicepay/order_pay_cancel *string:device_id=默认值#设备编号 *device_type#设备类型 *store_id#门店id *config_id#服务商id *out_trade_no#平台订单号 *sign#签名 <<< success { 'return_code':'SUCCESS', 'return_msg':'返回成功' } <<< error { 'return_code':'FALL', 'return_msg':'验证不通过', 'sign':'6e18dfc643802a38d787ba963333b5f' } ~~~