feat : rank
This commit is contained in:
12
app/Constants/Common/LeaderboardHistoryCode.php
Normal file
12
app/Constants/Common/LeaderboardHistoryCode.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Constants\Common;
|
||||
|
||||
class LeaderboardHistoryCode
|
||||
{
|
||||
/**
|
||||
* 排行榜类型 1=厨师评分榜 2=厨师销量榜
|
||||
*/
|
||||
const int TYPE_CHEF_SCORE = 1;
|
||||
const int TYPE_CHEF_SALE = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user