|
@@ -171,7 +171,7 @@ class Gift extends Api
|
|
public function givegift_typing() {
|
|
public function givegift_typing() {
|
|
// 接口防并发
|
|
// 接口防并发
|
|
if (!$this->apiLimit(1, 1000)) {
|
|
if (!$this->apiLimit(1, 1000)) {
|
|
- $this->error(__('Operation frequently'));
|
|
|
|
|
|
+ $this->error('休息一下吧');
|
|
}
|
|
}
|
|
|
|
|
|
$user_id = input('user_id');// 赠送对象
|
|
$user_id = input('user_id');// 赠送对象
|