浏览代码

更改支付接口app支付方式

abiao 4 年之前
父节点
当前提交
894c0b11c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      go/gopath/src/fohow.com/apps/models/order_model/order.go

+ 1 - 1
go/gopath/src/fohow.com/apps/models/order_model/order.go

@@ -36,7 +36,7 @@ const (
 	PAY_WAY_INTEGRAl = "integral"  //提货券支付
 	PAY_WAY_CENT     = "cent"      //积分支付
 
-	SOURCE_APP = "xcx"
+	SOURCE_APP = "app"
 
 	SOURCE_XCX     = "xcx"
 	SOURCE_GZH     = "gzh"