You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
259 B
6 lines
259 B
import { ORIGIN } from "@/js/api";
|
|
|
|
export const COMPLAINT_API = {
|
|
uploadComplaintImgs:`${ORIGIN}/upload/file/complaint_imgs`, // 反馈图片上传
|
|
complaintSubmit:`${ORIGIN}/admin/assistant/complaint/submit`, // 商家助手 - 商家投诉建议
|
|
}
|