Commit 7a571530 authored by feihuaduo's avatar feihuaduo

卡组码分享无法识别修复

parent 85b9ba78
......@@ -289,6 +289,7 @@ public class Deck implements Parcelable {
if (!TextUtils.isEmpty(name)) {
uri.appendQueryParameter(Constants.QUERY_NAME, name);
}
uri.appendQueryParameter(QUERY_YGO_TYPE, ARG_DECK);
uri.appendQueryParameter(Constants.QUERY_VERSION, "1");
if (mainlist.size() != 0)
uri.appendQueryParameter(Constants.QUERY_MAIN, toString(mainlist));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment