- 微信礼品卡小程序能自定义代码吗?
[图片],只能通过api操作,生成的小程序 我们没办法改相关的代码吗?Σ(⊙▽⊙"a
2021-01-19 - 微信卡券礼品卡的一些api不能使用了吗?
[图片],比如这个,参数传对了,返回的是[图片],好几个接口都是这样的
2021-01-13 - 微信投放卡券api接口不能使用了吗?
通过https://api.weixin.qq.com/card/qrcode/create?access_token= 接口创建 投放 微信礼品卡 的投放二维码, 创建后扫码 不管怎么处理扫完后都显示的是已领取 [图片]
2021-01-06 - 创建会员卡接口返回40071,invalid card type是什么情况啊?
{"errcode":40071,"errmsg":"invalid card type hint: [imm_Ia01334469]"}, 可以帮忙看下吗? 代码是一样的,只有这个商家调用有问题。 下面是入参的部分信息 "{\"card\":{\"card_type\":\"MEMBER_CARD\",\"member_card\":{\"background_pic_url\":\"",\"base_info\":{\"logo_url\":\"xxxx",\"brand_name\":\"尤迈健康\",\"code_type\":\"CODE_TYPE_QRCODE\",\"title\":\"会员卡\",\"sub_title\":null,\"color\":\"Color010\",\"notice\":\"尤迈健康会员卡\",\"description\":\"1.每人限领一张\\n2.请在微信\\\"我的卡包\\\"中查看会员卡\\n3.线下门店结账时向收银员出示二维码付款\",\"date_info\":{\"type\":\"DATE_TYPE_FIX_TIME_RANGE\",\"begin_timestamp\":1609317386,\"end_timestamp\":1703925386,\"fixed_term\":null,\"fixed_begin_term\":null},\"sku\":{\"quantity\":100000000},\"use_custom_code\":true,\"bind_openid\":null,\"service_phone\":null,\"location_id_list\":null,\"use_all_locations\":true,\"center_title\":\"余额支付\",\"center_sub_title\":\"点击生成付款码\",\"center_url\":\"xxx\",\"custom_app_brand_user_name\":null,\"custom_app_brand_pass\":null,\"center_app_brand_user_name\":null,\"center_app_brand_pass\":null,\"custom_url_name\":\"充值\",\"custom_url\":\"xxx\",\"custom_url_sub_title\":\"点我充值\",\"promotion_url_name\":\"\",\"promotion_url\":\"\",\"promotion_app_brand_pass\":null,\"promotion_app_brand_user_name\":null,\"promotion_url_sub_title\":\"\",\"get_limit\":1,\"can_share\":false,\"can_give_friend\":false,\"source\":\"\",\"need_push_on_view\":false,\"pay_info\":null,\"is_pay_and_qrcode\":null,\"use_dynamic_code\":false},\"prerogative\":\"会员日专属折扣积分\\n在线支付,安全便携\\n特约商户,优惠随行\\n生日购物,三倍积分\\n专属活动,尊贵独享\\n个性储零,贴心便携\\n积分有礼,缤纷回馈\\n专属折扣积分,双重享受\\n一卡在手,全国通用\",\"auto_activate\":false,\"wx_activate\":true,\"wx_activate_after_submit\":true,\"wx_activate_after_submit_url\":\"xxx\",\"supply_bonus\":false,\"bonus_url\":null,\"supply_balance\":false,\"balance_url\":null,\"custom_field1\":{\"name_type\":\"FIELD_NAME_TYPE_LEVEL\",\"name\":\"积分\",\"app_brand_user_name\":null,\"app_brand_pass\":null,\"url\":\"xxx\"},\"custom_field2\":{\"name_type\":\"FIELD_NAME_TYPE_LEVEL\",\"name\":\"余额\",\"app_brand_user_name\":null,\"app_brand_pass\":null,\"url\":\"xxx\"},\"custom_field3\":{\"name_type\":\"FIELD_NAME_TYPE_LEVEL\",\"name\":\"等级\",\"app_brand_user_name\":null,\"app_brand_pass\":null,\"url\":\"xxx\"},\"bonus_cleared\":null,\"bonus_rules\":null,\"balance_rules\":null,\"activate_url\":\"\",\"custom_cell1\":{\"name\":\"\",\"tips\":null,\"url\":\"\",\"app_brand_user_name\":null,\"app_brand_pass\":null},\"custom_cell2\":{\"name\":\"\",\"tips\":null,\"url\":\"\",\"app_brand_user_name\":null,\"app_brand_pass\":null},\"bonus_rule\":null,\"discount\":null}}}
2020-12-30 - api.weixin.qq.com/card/update接口调用后,部分卡券配置更新没有回调通知?
有人遇到这种情况吗?返回的结果是需要审核的变更,一般这种很快就返回了, 但是有个别公众号的卡券更新后没有微信回调通知过来
2020-06-22 - 创建会员卡接口返回40071,经过检查参数都没问题,这是什么情况,有人遇到过吗?
这个接口一直在使用没什么问题。 最近也没改动,用户却出现了以下报错。 返回: {\"errcode\":40071,\"errmsg\":\"invalid card type hint: [PrSe40954r245]\"}" 参数: { "card": { "card_type": "MEMBER_CARD", "member_card": { "background_pic_url": "这里替换成示例的数据", "base_info": { "logo_url": "这里替换成示例的数据", "brand_name": "这里替换成示例的数据", "code_type": "CODE_TYPE_QRCODE", "title": "会员卡", "sub_title": null, "color": "Color010", "notice": "这里替换成示例的数据", "description": "这里替换成示例的数据", "date_info": { "type": "DATE_TYPE_FIX_TIME_RANGE", "begin_timestamp": 1590130285, "end_timestamp": 1684738285, "fixed_term": null, "fixed_begin_term": null }, "sku": { "quantity": 100000000 }, "use_custom_code": true, "bind_openid": null, "service_phone": null, "location_id_list": null, "use_all_locations": true, "center_title": "这里替换成示例的数据", "center_sub_title": "这里替换成示例的数据", "center_url": "这里替换成示例的数据", "custom_app_brand_user_name": null, "custom_app_brand_pass": null, "center_app_brand_user_name": null, "center_app_brand_pass": null, "custom_url_name": "充值", "custom_url": "这里替换成示例的数据", "custom_url_sub_title": "这里替换成示例的数据", "promotion_url_name": "", "promotion_url": "", "promotion_app_brand_pass": null, "promotion_app_brand_user_name": null, "promotion_url_sub_title": "", "get_limit": 1, "can_share": false, "can_give_friend": false, "source": "", "need_push_on_view": false, "pay_info": null, "is_pay_and_qrcode": null, "use_dynamic_code": false }, "prerogative": "这里替换成示例的数据", "auto_activate": false, "wx_activate": true, "wx_activate_after_submit": true, "wx_activate_after_submit_url": "这里替换成示例的数据", "supply_bonus": false, "bonus_url": null, "supply_balance": false, "balance_url": null, "custom_field1": { "name_type": "FIELD_NAME_TYPE_LEVEL", "name": "这里替换成示例的数据", "app_brand_user_name": null, "app_brand_pass": null, "url": "这里替换成示例的数据" }, "custom_field2": { "name_type": "FIELD_NAME_TYPE_LEVEL", "name": "这里替换成示例的数据", "app_brand_user_name": null, "app_brand_pass": null, "url": "这里替换成示例的数据" }, "custom_field3": { "name_type": "FIELD_NAME_TYPE_LEVEL", "name": "这里替换成示例的数据", "app_brand_user_name": null, "app_brand_pass": null, "url": "这里替换成示例的数据" }, "bonus_cleared": null, "bonus_rules": null, "balance_rules": null, "activate_url": "", "custom_cell1": { "name": "", "tips": null, "url": "", "app_brand_user_name": null, "app_brand_pass": null }, "custom_cell2": { "name": "", "tips": null, "url": "", "app_brand_user_name": null, "app_brand_pass": null }, "bonus_rule": null, "discount": null } } }
2020-05-22 - 微信的扫码事件(SCAN)会有延迟推送的情况吗(延迟10分钟左右)?
生产上遇到了一个问题,根据用户的描述,我们查看日志,发现,微信的扫码事件通过开放平台推送到我们服务的时间 大约比用户真实扫码的时间晚了10分钟 。 想咨询一下,微信方会存在这种情况吗? 还是说是我们这边查的结论有问题, 微信的扫码事件不存在晚这么久推送
2020-05-09 - 有谁知道是否可以通过短信发送一个链接,然后用户点击后直接通过微信打开的方法吗?
现在线下的生意不好做,有些商家希望能通过发送比如线上的基于微信的商城链接,然后用户点击后直接通过微信进来消费来提高交易量, 商家也不容易啊~ 有小伙伴知道怎么处理不? 一般直接打开链接就会用浏览器打开了,不会用微信
2020-02-13 - 微信的会员卡开卡组件最近出现生日不能选择的兼容性问题?
最近有一些客户反馈有的消费者在会员卡开卡组件页面填写”生日“时,点击没有反应。有遇到同样问题的小伙伴吗? 看商家提供的视频显示是,消费者在生日那里各种点就是不出来年月日选项,是个iphone。
2020-01-06 - 微信登录报40090,有人知道什么问题吗?
"{"errcode":40090,"errmsg":"invalid request source (bad client ip), hints: [ req_id: DJnFu.wgE-kXd0qa ]
2019-12-27