Commit 372fb12d by 朱继来

调整推送客服

parent 9fc34d71
Showing with 2 additions and 1 deletions
......@@ -138,7 +138,8 @@ func CreateOrder(user_id int, create_time int64) {
order["user_id"] = user_id
order["order_amount"] = order_amount
order["status"] = 4
order["sale_id"] = handle.GetSaleId()
//order["sale_id"] = handle.GetSaleId()
order["sale_id"] = 1434 // 默认推送给张婷玉
order["is_type"] = 1
goods_data["user_id"] = user_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 sign in to comment