aa
This commit is contained in:
@@ -3,6 +3,7 @@ package cms
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/platformapi/mtunionapi"
|
||||
"reflect"
|
||||
"regexp"
|
||||
"strconv"
|
||||
@@ -96,6 +97,11 @@ func InitServiceInfo(version string, buildTime time.Time, gitCommit string) {
|
||||
"cashbackName": model.CashbackName,
|
||||
"consumeName": model.ConsumeName,
|
||||
"txWaybillNames": model.TxWaybillNames,
|
||||
"unionActTypeNames": map[int]map[int]interface{}{
|
||||
model.VendorIDMTWM: map[int]interface{}{
|
||||
mtunionapi.ActTypeQB: "券包推广",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1922,7 +1922,7 @@ func TempJob() (err error) {
|
||||
return err
|
||||
}
|
||||
|
||||
func GetUnionActList(ctx *jxcontext.Context, vendorID, actType int) (link interface{}, err error) {
|
||||
func GetUnionActList(ctx *jxcontext.Context, vendorID, actType int) (actList []*partner.ActivityList, err error) {
|
||||
return partner.GetHandler(vendorID).GetUnionActList(ctx, actType)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user