mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-17 21:03:17 +08:00
10 lines
132 B
PHP
10 lines
132 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace app\admin\model\shopro;
|
||
|
|
|
||
|
|
class ThirdOauth extends Common
|
||
|
|
{
|
||
|
|
protected $name = 'shopro_third_oauth';
|
||
|
|
|
||
|
|
}
|