🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
// #### 获取品牌信息 // ~~~[api] // get:/coomarts_app_new/app/querygoodsBrand.htm // <<< // success // { // "retCode": 0, // "retMsg": "success", // "responseInfo": { // storeList: [{ // goodsBrands: { // id, // name, // brandLogoImage // } // }] // } // } // <<< // error // { // "retCode": !0, // "retMsg": "errMsg" // } // ~~~