上传配置

This commit is contained in:
liwei 2023-08-10 21:31:45 +08:00
parent 527cb6cc37
commit 9a8cd6a7b2

View File

@ -711,7 +711,7 @@ func (this *configureComp) getGameStoneTalentData(id int32) (conf *cfg.GameStone
} }
// 读取任务配置表 // 读取任务配置表
func (this *configureComp) getGameStoneIllustratedData(id int32) (confs []*cfg.GameStoneIllustratedData, err error) { func (this *configureComp) getGameStoneIllustratedDatas() (confs []*cfg.GameStoneIllustratedData, err error) {
var ( var (
v interface{} v interface{}
) )