// #### 获取品牌信息
// ~~~[api]
// get:/coomarts_app_new/app/querygoodsBrand.htm
// <<<
// success
// {
// "retCode": 0,
// "retMsg": "success",
// "responseInfo": {
// storeList: [{
// goodsBrands: {
// id,
// name,
// brandLogoImage
// }
// }]
// }
// }
// <<<
// error
// {
// "retCode": !0,
// "retMsg": "errMsg"
// }
// ~~~