Last active
December 25, 2015 11:49
-
-
Save czy88840616/6971749 to your computer and use it in GitHub Desktop.
营销detail和list优化json字段
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"12345": { | |
"canApply":true, | |
"num":32, | |
"checkUrl":"http://127.0.0.1/contentDetail.htm?contentId=123&type=block#tm-tab", | |
"requires":[ | |
"1 每个店铺可提交20个报名商品", | |
"2 每个店铺可提交20个报名商品", | |
"3 每个店铺可提交20个报名商品" | |
] | |
}, | |
"子活动id": { | |
"canApply":"是否有权限报名", | |
"num":"资质条数", | |
"checkUrl":"查看的url", | |
"requires":[ | |
"1 每个店铺可提交20个报名商品", | |
"2 每个店铺可提交20个报名商品", | |
"3 每个店铺可提交20个报名商品" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment