拓恒河湖长制全民护河平台WEB端
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.

attention.js 353B

1 year ago
12345678910111213141516
  1. const {request} = require("../request/index")
  2. export const api_getIsApply = function (data) {
  3. return request({
  4. url: '/westreamTiktok/getIsApply',
  5. method: 'GET',
  6. data
  7. })
  8. }
  9. export const api_TiktokAdd = function (data) {
  10. return request({
  11. url: '/westreamTiktok/add',
  12. method: 'POST',
  13. data
  14. })
  15. }