Commit b54f769f authored by liuyuzhen's avatar liuyuzhen

测试数据

parent 02e1e0fc
......@@ -131,6 +131,7 @@ class CodeConfigModel
const emptyScanStoreInfo = 40011;
const saveScanStoreInfoFailed = 40012;
const storeNotOpen = 40013;
const storeNotExistOrClose1 = 40014;
//购物车
const wrongCartType = 50001;
......@@ -553,6 +554,7 @@ class CodeConfigModel
self::emptyScanStoreInfo => '扫码关注店铺不存在',
self::saveScanStoreInfoFailed => '扫码店铺保存失败',
self::storeNotOpen => '店铺还未配置开启',
self::storeNotExistOrClose1 => '店铺不存在或者已关闭',
//购物车相关
self::wrongCartType => '加入购物车类型不能为空',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment