微信curl调用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信curl调用相关的知识,希望对你有一定的参考价值。

#!/bin/bash
##################
#
# author: will
# createdate: 20170314
# function: 
#
##################
a=$1
b=$2
china()
{
####visachina告警
CropID=‘xxxx‘
Secret=‘xxxx‘
topartyID=2
agentidID=1
text=`cat $b`

###获取token
token=`curl -s https://qyapi.weixin.qq.com/cgi-bin/gettoken?co"rpid=${CropID}&corpsecret=${Secret}" | awk -F ‘\"‘ ‘{print $4}‘`

###发送消息
curl -d ‘{"toparty":"‘${topartyID}‘","agentid":"‘${agentidID}‘","msgtype":"text","text":{"content":"‘"${text}"‘"}}‘ https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token="${token}"
}

$a


本文出自 “zengs” 博客,请务必保留此出处http://zengs.blog.51cto.com/939838/1907150

以上是关于微信curl调用的主要内容,如果未能解决你的问题,请参考以下文章

php curl返回false----curl调用微信创建自定义菜单返回false

php微信开发-自动刷新accesstoken

微信公众号开发——获取access_token(PHP版)

微信支付:curl出错,错误码:60 阿星小栈

如何用 php 抓取微信文章正文 / 蓝讯

微信支付curl出错及错误码解决方案