|
...
|
...
|
@@ -41,9 +41,9 @@ class MessagePush extends Base |
|
|
|
* @return bool
|
|
|
|
*/
|
|
|
|
public static function addInquiryMessage($id, $project_id, $country, $name, $submit_at){
|
|
|
|
if(!ProjectServer::useProject($project_id)){
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
// if(!ProjectServer::useProject($project_id)){
|
|
|
|
// return false;
|
|
|
|
// }
|
|
|
|
|
|
|
|
//项目是否有绑定群
|
|
|
|
$friend_id = ProjectAssociation::where('project_id', $project_id)
|
...
|
...
|
|