ali.js 374 B

123456789101112131415
  1. const config = require("../config")
  2. module.exports = {
  3. credential: {
  4. url: config.base_dev_url + "ali/mini_credential",
  5. type: "post",
  6. },
  7. uploadImg: {
  8. url: config.base_dev_url + "lz_tree_image/insert",
  9. type: "post",
  10. },
  11. AIRecognize: {
  12. url: config.base_dev_url + "ai/image/recognize",
  13. type: "post",
  14. },
  15. }