
module.exports =
  GET_ACCESS_TOKEN_URL : "https://api.weixin.qq.com/cgi-bin/token"
  GET_JSAPI_TICKET_URL : "https://api.weixin.qq.com/cgi-bin/ticket/getticket"

  GET_MENUS_URL: "https://api.weixin.qq.com/cgi-bin/menu/get"
  POST_MENUS_URL: "https://api.weixin.qq.com/cgi-bin/menu/create"
  DELETE_MENUS_URL: "https://api.weixin.qq.com/cgi-bin/menu/delete"

  GET_AUTHORIZE_URL: "https://open.weixin.qq.com/connect/oauth2/authorize"
  GET_AUTHORIZE_TOKEN_URL : "https://api.weixin.qq.com/sns/oauth2/access_token"
  GET_RE_AUTHORIZE_TOKEN_URL: "https://api.weixin.qq.com/sns/oauth2/refresh_token"
  GET_USER_INFO_URL: "https://api.weixin.qq.com/sns/userinfo"
  GET_USER_INFO_UNIONID_URL : "https://api.weixin.qq.com/cgi-bin/user/info"

  PAY_UNIFIED_ORDER: "https://api.mch.weixin.qq.com/pay/unifiedorder"
  PAY_ORDER_QUERY: "https://api.mch.weixin.qq.com/pay/orderquery"
  PAY_REFUND: "https://api.mch.weixin.qq.com/secapi/pay/refund"
  PAY_REFUND_QUERY: "https://api.mch.weixin.qq.com/pay/refundquery"
  PAY_DOWNLOAD_BILL: "https://api.mch.weixin.qq.com/pay/downloadbill"
  PAY_SHORT_URL: "https://api.mch.weixin.qq.com/tools/shorturl"


  SEND_TEMPLATE_MESSAGE_URL: "https://api.weixin.qq.com/cgi-bin/message/template/send"


  MATERIAL_LOAD_LIST_URL: "https://api.weixin.qq.com/cgi-bin/material/batchget_material"
  MATERIAL_LOAD_COUNT_URL: "https://api.weixin.qq.com/cgi-bin/material/get_materialcount"
  MATERIAL_ADD_NEW_URL: "https://api.weixin.qq.com/cgi-bin/material/add_news"
  MATERIAL_ADD_MATERIAL_URL: "http://api.weixin.qq.com/cgi-bin/material/add_material"
  MATERIAL_GET_BY_ID_URL: "https://api.weixin.qq.com/cgi-bin/material/get_material"
  MATERIAL_DELETE_URL: "https://api.weixin.qq.com/cgi-bin/material/del_material"
  MATERIAL_UPDATE_NEWS_URL: "https://api.weixin.qq.com/cgi-bin/material/update_news"

  MEDIA_UPLOAD_URL : "https://api.weixin.qq.com/cgi-bin/media/upload"
  MEDIA_GET_BY_ID_URL: "https://api.weixin.qq.com/cgi-bin/media/get"

  # 生成带参数的二维码
  QRCODE_CREATE_URL : "https://api.weixin.qq.com/cgi-bin/qrcode/create"

  # 企业付款功能接口
  PROMOTION_TRANSFERS_URL : "https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers"

