eee
This commit is contained in:
+2
-3
@@ -4,7 +4,6 @@
|
||||
namespace wchat\wx;
|
||||
|
||||
|
||||
use Kiri\Client;
|
||||
use wchat\common\Result;
|
||||
|
||||
/**
|
||||
@@ -17,8 +16,8 @@ class SecCheck extends SmallProgram
|
||||
private string $_url = '/wxa/img_sec_check?access_token=';
|
||||
private string $_msgUrl = '/wxa/msg_sec_check?access_token=';
|
||||
private string $_mediaCheckAsync = '/wxa/media_check_async?access_token=';
|
||||
const MEDIA_VIDEO = 1;
|
||||
const MEDIA_IMAGE = 1;
|
||||
const int MEDIA_VIDEO = 1;
|
||||
const int MEDIA_IMAGE = 1;
|
||||
|
||||
/**
|
||||
* @param string $path
|
||||
|
||||
Reference in New Issue
Block a user