File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed
post/zai-laravel-zhong-shi-yong-yar Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 33 < meta charset ="utf-8 " />
44< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
55< title > xfuncoding</ title >
6- < link rel ="shortcut icon " href ="http://xfuncoding.github.io//favicon.ico?v=1588071865430 ">
6+ < link rel ="shortcut icon " href ="http://xfuncoding.github.io//favicon.ico?v=1606201648482 ">
77< link href ="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css " rel ="stylesheet ">
88< link rel ="stylesheet " href ="http://xfuncoding.github.io//styles/main.css ">
99< link rel ="alternate " type ="application/atom+xml " title ="xfuncoding - Atom Feed " href ="http://xfuncoding.github.io//atom.xml ">
1818 < div class ="main-content ">
1919 < div class ="site-header ">
2020 < a href ="http://xfuncoding.github.io/ ">
21- < img class ="avatar " src ="http://xfuncoding.github.io//images/avatar.png?v=1588071865430 " alt ="">
21+ < img class ="avatar " src ="http://xfuncoding.github.io//images/avatar.png?v=1606201648482 " alt ="">
2222 </ a >
2323 < h1 class ="site-title ">
2424 xfuncoding
Original file line number Diff line number Diff line change 22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <id >http://xfuncoding.github.io/</id >
44 <title >xfuncoding</title >
5- <updated >2020-04-28T11:04:28.051Z </updated >
5+ <updated >2020-11-24T07:10:02.880Z </updated >
66 <generator >https://github.com/jpmonette/feed</generator >
77 <link rel =" alternate" href =" http://xfuncoding.github.io/" />
88 <link rel =" self" href =" http://xfuncoding.github.io/atom.xml" />
@@ -81,6 +81,8 @@ return [
8181<pre><code>$d = new \Yar_Client('http://127.0.0.1:8082/yar/StorageStockServices');
8282dump($d->getStorageSkuStock(["storage_id" => 17, "sku" => "LB10016-MQC5592-L"]));
8383</code></pre>
84+ <p>查看地址<br>
85+ http://127.0.0.1:8082/yar/StorageServices</p>
8486]]> </content >
8587 </entry >
8688</feed >
Original file line number Diff line number Diff line change 33 < meta charset ="utf-8 " />
44< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
55< title > xfuncoding</ title >
6- < link rel ="shortcut icon " href ="http://xfuncoding.github.io//favicon.ico?v=1588071865430 ">
6+ < link rel ="shortcut icon " href ="http://xfuncoding.github.io//favicon.ico?v=1606201648482 ">
77< link href ="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css " rel ="stylesheet ">
88< link rel ="stylesheet " href ="http://xfuncoding.github.io//styles/main.css ">
99< link rel ="alternate " type ="application/atom+xml " title ="xfuncoding - Atom Feed " href ="http://xfuncoding.github.io//atom.xml ">
1818 < div class ="main-content ">
1919 < div class ="site-header ">
2020 < a href ="http://xfuncoding.github.io/ ">
21- < img class ="avatar " src ="http://xfuncoding.github.io//images/avatar.png?v=1588071865430 " alt ="">
21+ < img class ="avatar " src ="http://xfuncoding.github.io//images/avatar.png?v=1606201648482 " alt ="">
2222 </ a >
2323 < h1 class ="site-title ">
2424 xfuncoding
Original file line number Diff line number Diff line change 33 < meta charset ="utf-8 " />
44< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
55< title > 在Laravel中使用Yar | xfuncoding</ title >
6- < link rel ="shortcut icon " href ="http://xfuncoding.github.io//favicon.ico?v=1588071865430 ">
6+ < link rel ="shortcut icon " href ="http://xfuncoding.github.io//favicon.ico?v=1606201648482 ">
77< link href ="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css " rel ="stylesheet ">
88< link rel ="stylesheet " href ="http://xfuncoding.github.io//styles/main.css ">
99< link rel ="alternate " type ="application/atom+xml " title ="在Laravel中使用Yar | xfuncoding - Atom Feed " href ="http://xfuncoding.github.io//atom.xml ">
2525 < div class ="main-content ">
2626 < div class ="site-header ">
2727 < a href ="http://xfuncoding.github.io/ ">
28- < img class ="avatar " src ="http://xfuncoding.github.io//images/avatar.png?v=1588071865430 " alt ="">
28+ < img class ="avatar " src ="http://xfuncoding.github.io//images/avatar.png?v=1606201648482 " alt ="">
2929 </ a >
3030 < h1 class ="site-title ">
3131 xfuncoding
@@ -139,6 +139,8 @@ <h3 id="客户端调用">客户端调用</h3>
139139< pre > < code > $d = new \Yar_Client('http://127.0.0.1:8082/yar/StorageStockServices');
140140dump($d->getStorageSkuStock(["storage_id" => 17, "sku" => "LB10016-MQC5592-L"]));
141141</ code > </ pre >
142+ < p > 查看地址< br >
143+ http://127.0.0.1:8082/yar/StorageServices</ p >
142144
143145 </ div >
144146 < div class ="toc-container ">
Original file line number Diff line number Diff line change 33 < meta charset ="utf-8 " />
44< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
55< title > xfuncoding</ title >
6- < link rel ="shortcut icon " href ="http://xfuncoding.github.io//favicon.ico?v=1588071865430 ">
6+ < link rel ="shortcut icon " href ="http://xfuncoding.github.io//favicon.ico?v=1606201648482 ">
77< link href ="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css " rel ="stylesheet ">
88< link rel ="stylesheet " href ="http://xfuncoding.github.io//styles/main.css ">
99< link rel ="alternate " type ="application/atom+xml " title ="xfuncoding - Atom Feed " href ="http://xfuncoding.github.io//atom.xml ">
1818 < div class ="main-content ">
1919 < div class ="site-header ">
2020 < a href ="http://xfuncoding.github.io/ ">
21- < img class ="avatar " src ="http://xfuncoding.github.io//images/avatar.png?v=1588071865430 " alt ="">
21+ < img class ="avatar " src ="http://xfuncoding.github.io//images/avatar.png?v=1606201648482 " alt ="">
2222 </ a >
2323 < h1 class ="site-title ">
2424 xfuncoding
You can’t perform that action at this time.
0 commit comments