zhengjinyi 2 년 전
부모
커밋
d2c158d0eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      services/product.service.js

+ 1 - 1
services/product.service.js

@@ -524,7 +524,7 @@ export default class ProductService {
 	 * @param:idtype 1 一级分类 2 二级分类 3 三级分类
 	 * @param:identity 
 	 */
-    getcommoditysearchquerybrand (data = {}) {
+    getCommoditySearchQUeryBrand (data = {}) {
         return this.AjaxService.get({
             url:'/commodity/search/query/brand',
             data,