huangjiajun hace 2 meses
padre
commit
5785c01788
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      taobao/base.go

+ 1
- 1
taobao/base.go Ver fichero

@@ -35,7 +35,7 @@ func NewTaobaoSDK(eg *xorm.Engine, dbName, Platform string, AccTaobaoShareId int
Svc_SK = TB_SVC_SK
}
cloudPid := ""
cloudTaobaoPromoId, _ := db.SysCfgGetOne(eg, "cloud_taobao_promo_id")
cloudTaobaoPromoId, _ := db.SysCfgGetOne(eg, "super_cloud_issuance_taobao_promo_id")
if cloudTaobaoPromoId != nil {
cloudPid = cloudTaobaoPromoId.Val
}


Cargando…
Cancelar
Guardar