|
@@ -49,7 +49,7 @@ class Score
|
|
|
$user_log = Dever::db('score/user_log')->one($user_log_id);
|
|
|
|
|
|
if ($user_log) {
|
|
|
- if ($method == 'share') {
|
|
|
+ if ($method == 'share' || $method == 'pay' || $method == 'code') {
|
|
|
|
|
|
if ($type == 4) {
|
|
|
$journal = Dever::db('journal/active')->one(array('info_id' => $id, 'state' => 1));
|