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

9 lines
206B

  1. const {request} = require("../request/index")
  2. export const integratDetail = function (data) {
  3. return request({
  4. url: '/westreamUser/getIntegralInfo',
  5. method: 'GET',
  6. data
  7. })
  8. }