config.js 132 B

12345678
  1. const config = {
  2. post:"POST",
  3. get:"GET",
  4. openid:'openid',
  5. type_ai:'type_ai',
  6. type_self:'type_self',
  7. };
  8. module.exports = config;