Commit 378f2c3a by 王昆

gsb

parent d5c07466
...@@ -75,7 +75,7 @@ class TradeService extends ServiceBase { ...@@ -75,7 +75,7 @@ class TradeService extends ServiceBase {
} }
let out_trade_no = await this.redisClient.genrateId("gsb_out_trade_no"); let out_trade_no = await this.redisClient.genrateId("gsb_out_trade_no");
// 构建订单对象 // 构建批次对象
let order = { let order = {
saas_id: params.saas_id, saas_id: params.saas_id,
saas_merchant_id: params.saas_merchant_id, saas_merchant_id: params.saas_merchant_id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment