saasKey, self::apiPaths , $infoConfigOptions); } /** * 返回saas端授权结果 * @return bool */ public function sAuth(): bool { return true ; } /** * 返回p端授权结果 * @return bool */ public function pAuth(): bool { return true; } /** * 返回c端授权结果 * * @param int $user_id * @return bool * @author ArtizanZhang * @DataTime: 2019/12/9 17:13 */ public function cAuth(int $user_id): bool { return true; } }