update
This commit is contained in:
parent
f32d7b0493
commit
5128cb21f4
@ -161,7 +161,8 @@
|
|||||||
const cleanNutrientList = ref<any>([]);
|
const cleanNutrientList = ref<any>([]);
|
||||||
|
|
||||||
const getGuide = () => {
|
const getGuide = () => {
|
||||||
requestGo({ url: `/app/server/get/guide/template?im_chat_id=${userStore.chatId}`, method: 'get' })
|
requestGo({ url: `/app/server/get/guide/template?chat_id=${userStore.chatId}`, method: 'get' })
|
||||||
|
// weChat({ url: `/h5/get/guide/template?chat_id=${userStore.chatId}`, method: 'get' })
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
let result = res.data;
|
let result = res.data;
|
||||||
console.log(result);
|
console.log(result);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user