店铺信息接口增加返回默认分享配置

This commit is contained in:
zhl 2021-06-16 17:25:11 +08:00
parent 34023517f4
commit 8cff1cd12a
2 changed files with 7 additions and 1 deletions

View File

@ -23,6 +23,8 @@
1. [获取店铺信息](#208) 增加返回字段 local, 用于表示是否使用本地数据 1. [获取店铺信息](#208) 增加返回字段 local, 用于表示是否使用本地数据
### 20200616
1 . [获取店铺信息](#208) 增加返回默认的分享图和分享语
@ -376,7 +378,9 @@
"game_main_pic": "主页正中间图片", "game_main_pic": "主页正中间图片",
"bg_item_icon": "背景图案", "bg_item_icon": "背景图案",
"game_single_btn": "主页上单人赛按钮文字", "game_single_btn": "主页上单人赛按钮文字",
"game_multi_btn": "主页上多人赛按钮名字" "game_multi_btn": "主页上多人赛按钮名字",
"default_share_pic":"默认分享图",
"default_share_txt": "默认分享语"
} }
} }
``` ```

View File

@ -27,6 +27,8 @@ export class ShopGameExtClass extends BaseModule {
* game_main_pic: 主页正中间图片 * game_main_pic: 主页正中间图片
* game_single_btn: 主页上单人赛按钮文字 * game_single_btn: 主页上单人赛按钮文字
* game_multi_btn: 主页上多人赛按钮名字 * game_multi_btn: 主页上多人赛按钮名字
* default_share_pic: 默认的分享图
* default_share_txt: 默认的分享语
*/ */
@prop({ type: mongoose.Schema.Types.Mixed }) @prop({ type: mongoose.Schema.Types.Mixed })
public cfg: {} public cfg: {}