更改api 地址
This commit is contained in:
parent
8e907e99a1
commit
df257386c7
|
@ -10,7 +10,7 @@ function chat_text_alert($chat, $text)
|
||||||
{
|
{
|
||||||
$config = [
|
$config = [
|
||||||
'crm' => [
|
'crm' => [
|
||||||
'base_uri' => 'http://crm.in.haowumc.com/api/wechat/',
|
'base_uri' => 'http://push.in.haowumc.com/api/wechat/',
|
||||||
'appid' => 'notification',
|
'appid' => 'notification',
|
||||||
'secret' => '123456',
|
'secret' => '123456',
|
||||||
],
|
],
|
||||||
|
@ -40,7 +40,7 @@ function chat_text_alert($chat, $text)
|
||||||
function user_text_alert($username, $text){
|
function user_text_alert($username, $text){
|
||||||
$config = [
|
$config = [
|
||||||
'crm' => [
|
'crm' => [
|
||||||
'base_uri' => 'http://crm.in.haowumc.com/api/wechat/',
|
'base_uri' => 'http://push.in.haowumc.com/api/wechat/',
|
||||||
'appid' => 'notification',
|
'appid' => 'notification',
|
||||||
'secret' => '123456',
|
'secret' => '123456',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user