DC

Results 3 issues of DC

User Entity ```ruby class User < EEntity expose :id, :name, :pinyin, :account_id, :hidden, :dept_id, :actived expose :initialism, as: :short_pinyin expose :role_code expose :login_name expose(:email, if: lambda { |u, op| op[:included_user_email]...

How to get each `expose` takes time? example: ```ruby expose :friend_names do |user, options| t1 = Time.now names = friends.map(&:name),join('',) t2 = Time.now puts "cost_time: #{t2 - t1}" names end...

#### The link to the current page is https://www.example.com/topics/23. Sharing links between Twitter and Douban should be links to the current page. But I have Wechat's App. When clicking on...