Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新建卡劵使用时段限制错误 #918

Closed
peihongpeng opened this issue Jan 18, 2019 · 2 comments
Closed

新建卡劵使用时段限制错误 #918

peihongpeng opened this issue Jan 18, 2019 · 2 comments
Labels

Comments

@peihongpeng
Copy link

AdvancedInfo类中的TimeLimit应该是数组类型。
"time_limit": [
{
"type": "MONDAY",
"begin_hour":0,
"end_hour":10,
"begin_minute":10,
"end_minute":59
},
{
"type": "HOLIDAY"
}
]

@binarywang
Copy link
Owner

请尽量给出对应文档地址:https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1451025056

@binarywang
Copy link
Owner

3.3.3.B测试版本已修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants