@zongwu
2017-05-03T05:25:31.000000Z
字数 1048
阅读 349
速检
/system/support/fetch
/system/sms/send?mobile={手机号码}&template={短信模板}
/vendor/login?mobile={手机号码}&code={验证码}
/vendor/logout
/vendor/profile/fetch
/supplies/list/?device={设备}&vendor={合作商}
/supplies/fetch?type={耗材类型}&date={生产日期}
/supplies/use/?device={设备}&vendor={合作商}&type={检测项类型}
/detector/data/upload?type={类型}&data={数据}&date={日期}&lbs={地理位置}
/detector/data/report?id={数据编号}
微信支付的接口文档:https://pay.weixin.qq.com/wiki/doc/api/micropay.php?chapter=9_10&index=1
应用场景
收银员使用扫码设备读取微信用户刷卡授权码以后,二维码或条码信息传送至商户收银台,由商户收银台或者商户后台调用该接口发起支付。
/order/create?good={商品}&money={金额}
/order/update?id={订单编号}&state={微信支付回调状态}
/commodity/detection/fetch?id={检测类型}