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
public enum CouponBgColor { /** * Color 010 coupon bg color. / Color010, /* * Color 020 coupon bg color. */ Color020,
The text was updated successfully, but these errors were encountered:
https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter9_1_1.shtml Color 变更为 COLOR
Sorry, something went wrong.
fix: 微信代金券样式的背景颜色枚举更新
d91b52b
Closes #84
NotFound403
No branches or pull requests
public enum CouponBgColor {
/**
* Color 010 coupon bg color.
/
Color010,
/*
* Color 020 coupon bg color.
*/
Color020,
The text was updated successfully, but these errors were encountered: