Skip to content

Commit

Permalink
fix(核心): 修复 TS+ 无法使用新钱包充值积分问题
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 27, 2018
1 parent 9a02ad8 commit 6f5effa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/Http/Requests/API2/StoreTransform.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

namespace Zhiyi\Plus\Http\Requests\API2;

use function Zhiyi\Plus\setting;
use Illuminate\Foundation\Http\FormRequest;

class StoreTransform extends FormRequest
Expand Down
1 change: 0 additions & 1 deletion tests/Feature/API2/WalletTransformTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ protected function setUp()
public function testTransfer()
{
$response = $this->actingAs($this->user, 'api')->json('POST', '/api/v2/plus-pay/transform', ['amount' => 2121]);
$response->dump();

$response->assertStatus(201);
}
Expand Down

0 comments on commit 6f5effa

Please sign in to comment.