🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] ## 卡id ~~~[api] post:/config/getmemcardid <<< success { "code": 0, "info": "成功", "data":{ “card_id": "0", "card_activation": "0" } } <<< error ~~~ * ## 编辑卡id ~~~[api] post:/config/editmemcardid *string:card_id=1#会员卡id *int:card_activation=0#激活送积分 <<< success { "code": 0, "info": "成功", "data": true } <<< error ~~~