💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
~~~[api] post:large/pos/order *string:appId#品牌ID *string:requestTime#发送请求时间,如:20190226153808 *string:signType=md5#加密方式 *version=1.0#版本号 *sign#签名 *outOrderId#业务平台订单 *int:outOrderAmount#业务平台订单金额 (int 单位为分) *outOrderTime#业务订单时间 如:20190226153808 *storeId#店铺id *customId#卡系统会员ID *userName#用户姓名 *phone#用户手机号 *callbackUrl#通知业务方汇款状态地址 *isMany#是否多笔支付 1 多笔支付 0 单笔支付 *eachUrl#每笔支付异步通知地址 <<< success { "status": "0000", "codemsg": "下单成功", "noticeUrl":"https://testpayapi.9617777.com/large/pos/notice" , //支付成功通知pos大额地址 "tradeNo":"平台流水号" } <<< error {"status":errorcode,"codemsg":error msg} ~~~