Commit a4e90837 by linboxuan

lin pannong dingTalk

parent b0d5ea50
......@@ -13,7 +13,7 @@ class edi extends APIBase {
async create(pobj,query,req) {
if(settings.env != "dev") {
let res = await axios.post('https://oapi.dingtalk.com/robot/send?access_token=2995a6336bbddb3a4704fdb201ad244784e625b8af7ac5f0877c86e5a58ae164',{
axios.post('https://oapi.dingtalk.com/robot/send?access_token=2995a6336bbddb3a4704fdb201ad244784e625b8af7ac5f0877c86e5a58ae164',{
msgtype: 'text',
text:{
content: "磐农来服务单啦!" + JSON.stringify(pobj)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment