FastMovieAI 二开基线 v1.0 (完整源码)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace app\expose\enum;
|
||||
|
||||
use app\expose\enum\builder\Enum;
|
||||
|
||||
class AlipayRsaModel extends Enum
|
||||
{
|
||||
const PUBLIC_CERT = [
|
||||
'label' => '公钥证书',
|
||||
'value' => 'public_cert',
|
||||
];
|
||||
const PUBLIC_KEY = [
|
||||
'label' => '公钥',
|
||||
'value' => 'public_key',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user