|
@@ -26,7 +26,7 @@ func (this *DrainageStruct) Bmbutinfo(id string) {
|
|
|
p := this.GetString("p") //买点类型
|
|
|
price, _ := this.GetInteger("price") //下单价格
|
|
|
orderCode := this.GetString("orderCode") //订单编号
|
|
|
- log.Println(p, "---", price, "---", orderCode, "----000")
|
|
|
+ // log.Println(id, "---", p, "---", price, "---", orderCode, "----000")
|
|
|
m := UpdateDrainageUserLogById(id, p, orderCode, price)
|
|
|
return Result{Data: m}
|
|
|
}()
|