多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**静态二维码支付** ~~~[api] post:api/merchant/qr_auth_pay *string:merchant_id=默认值#收银员id *store_id#门店id *total_amount#付款金额 ways_type#通道类型,不传会根据门店获取顺序支付 shop_price#商品金额 remark#备注 device_id#设备id shop_name#商品名称 shop_desc#商品描述 open_id#购买者id other_no#其他 notify_url#回调地址 auth_code#支付宝、微信授权码 is_fq#是否花呗分期 hb_fq_num#花呗分期数 hb_fq_seller_percent#商户承担服务费比例 <<< success { 'status':1, 'data':成功信息 } <<< error ~~~