@@ -112,10 +112,6 @@ func (self *OrderController) Create() {
}
totalPrice := product.Price * count
- //小兔微信,测试微信支付
- if wxUId == 76 {
- totalPrice = 1
- }
freight := sys_config.GetFreight()
if totalPrice >= sys_config.GetOrderLimit() {
freight = int64(0)