module WeixinAuthorize::Api::Custom

def custom_base_url

https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=ACCESS_TOKEN
def custom_base_url
  "/message/custom/send"
end