We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AdvancedInfo类中的TimeLimit应该是数组类型。 "time_limit": [ { "type": "MONDAY", "begin_hour":0, "end_hour":10, "begin_minute":10, "end_minute":59 }, { "type": "HOLIDAY" } ]
The text was updated successfully, but these errors were encountered:
请尽量给出对应文档地址:https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1451025056
Sorry, something went wrong.
#918 修复卡劵高级信息中使用时段限制字段time_limit的错误类型
8fa9ee4
3.3.3.B测试版本已修复
No branches or pull requests
AdvancedInfo类中的TimeLimit应该是数组类型。
"time_limit": [
{
"type": "MONDAY",
"begin_hour":0,
"end_hour":10,
"begin_minute":10,
"end_minute":59
},
{
"type": "HOLIDAY"
}
]
The text was updated successfully, but these errors were encountered: