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