Skip to content

Commit

Permalink
Update BaseFace.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanson authored Nov 16, 2017
1 parent 8348bfd commit 9692ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaseFace.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class BaseFace
const SCORE_URL = 'http://kan.msxiaobing.com/Api/ImageAnalyze/Process?service=yanzhi&tid=';
const BILL_URL = 'https://kan.msxiaobing.com/Api/ImageAnalyze/Process?service=qingke&tid=';
const POPULAR_URL = 'https://kan.msxiaobing.com/Api/ImageAnalyze/Process?service=beauty&tid=';
const RELATION_URL = 'https://kan.msxiaobing.com/Api/ImageAnalyze/Process?service=beauty&tid=';
const RELATION_URL = 'https://kan.msxiaobing.com/Api/ImageAnalyze/Process?service=guanxi&tid=';
const CLOTHING_URL = 'https://kan.msxiaobing.com/Api/ImageAnalyze/Process?service=cosmoclothing&tid=';
const POEM_URL = 'https://kan.msxiaobing.com/Api/ImageAnalyze/Process?service=poem&tid=';

Expand Down Expand Up @@ -62,4 +62,4 @@ protected function generateTime()
{
return time() * 1000;
}
}
}

0 comments on commit 9692ad7

Please sign in to comment.