mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-23 03:58:35 +08:00
fix: 优品推荐请求不登录可以访问修改。
This commit is contained in:
@@ -175,7 +175,7 @@ export function storeListApi(data) {
|
|||||||
* @param object data
|
* @param object data
|
||||||
*/
|
*/
|
||||||
export function getProductGood() {
|
export function getProductGood() {
|
||||||
return request.get('product/good');
|
return request.get('product/good',{},{ noAuth : true});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -185,7 +185,7 @@ export function getProductGood() {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export function getReplyProduct(id) {
|
export function getReplyProduct(id) {
|
||||||
return request.get('reply/product/' + id, {
|
return request.get('reply/product/' + id, {},{
|
||||||
noAuth: true
|
noAuth: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user